mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
error: Unexpected initializer in for in/of loop
|
||
|
--> $DIR/tests/test262-parser/fail/5059efc702f08060.js:1:5
|
||
|
|
|
||
|
1 | for(var a = 0 of b);
|
||
|
| ^^^^^^^^^
|
||
|
|