mirror of https://github.com/tc39/test262.git
ObjectBindingPatterns can't end with multiple commas
This commit is contained in:
parent
7e24ed9999
commit
5e653f2e6c
|
@ -19,6 +19,4 @@ function fn1({x,}) {}
|
|||
|
||||
function fn2({a: {p: q, }, }) {}
|
||||
|
||||
function fn3({x,,}) {}
|
||||
|
||||
function fn4({x,,,,,,,}) {}
|
||||
function fn3({x,}) {}
|
||||
|
|
Loading…
Reference in New Issue