mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 22:45:10 +02:00
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…
x
Reference in New Issue
Block a user