2022-02-08 15:51:26 +03:00
|
|
|
error: The left-hand side of an assignment expression must be a variable or a property access.
|
2018-02-27 07:21:57 +03:00
|
|
|
--> $DIR/tests/test262-parser/fail/5ab1050053c11514.js:1:5
|
|
|
|
|
|
|
|
|
1 | for((1 + 1) in list) process(x);
|
|
|
|
| ^^^^^^^
|
|
|
|
|