Correctly check for-in and for-of loop for invalid left-hand side (#9768)

* Correctly check for-in and for-of loop for invalid left-hand side

* Overwrite with env variable
This commit is contained in:
Daniel Tschinder
2019-03-26 15:32:14 -07:00
committed by GitHub
parent 7f4427432c
commit 6bc9e7ebda
21 changed files with 75 additions and 237 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \";\" (1:17)"
}
"throws": "for-in loop variable declaration may not have an initializer (1:5)"
}