Add failing tests for trailing commas in new expressions
This commit is contained in:
@@ -0,0 +1 @@
|
||||
new Foo(a, b,);
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
new Foo(a, b);
|
||||
Reference in New Issue
Block a user