mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
error: Unexpected initializer in for in/of loop
|
||
|
--> $DIR/tests/test262-parser/fail/8d5ef4dee9c7c622.js:1:5
|
||
|
|
|
||
|
1 | for(const a = 0 of b);
|
||
|
| ^^^^^^^^^^^
|
||
|
|