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:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Unexpected token, expected \";\" (1:17)"
|
||||
}
|
||||
"throws": "for-in loop variable declaration may not have an initializer (1:5)"
|
||||
}
|
||||
Reference in New Issue
Block a user