ObjectBindingPatterns can't end with multiple commas

This commit is contained in:
Leonardo Balter 2015-12-29 16:50:23 -05:00
parent 7e24ed9999
commit 5e653f2e6c
1 changed files with 1 additions and 3 deletions

View File

@ -19,6 +19,4 @@ function fn1({x,}) {}
function fn2({a: {p: q, }, }) {}
function fn3({x,,}) {}
function fn4({x,,,,,,,}) {}
function fn3({x,}) {}