mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
error: Unexpected initializer in for in/of loop
|
|
--> $DIR/tests/test262-parser/fail/4e2cce832b4449f1.js:1:9
|
|
|
|
|
1 | for(let x=1 of [1,2,3]) 0
|
|
| ^
|
|
|