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