mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
error: Expected ';', '}' or <eof>
|
|
--> $DIR/tests/test262-parser/fail/4a19d40213c79876.js:1:3
|
|
|
|
|
1 | i #= 0
|
|
| ^
|
|
|
|
|
note: This is the expression part of an expression statement
|
|
--> $DIR/tests/test262-parser/fail/4a19d40213c79876.js:1:1
|
|
|
|
|
1 | i #= 0
|
|
| ^
|
|
|