Parse right-hand-side of for/of as an assignment expression (#9767)

This commit is contained in:
Daniel Tschinder
2019-03-25 18:14:56 -07:00
committed by GitHub
parent 2867bbf195
commit 7f4427432c
4 changed files with 9 additions and 8 deletions

View File

@@ -0,0 +1 @@
for (let x of y, z) {}

View File

@@ -0,0 +1,3 @@
{
"throws": "Unexpected token, expected \")\" (1:15)"
}