mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
|
error: Expected ';', '}' or <eof>
|
||
|
--> $DIR/tests/test262-parser/fail/0f512c4376a62de8.js:1:3
|
||
|
|
|
||
|
1 | a enum;
|
||
|
| ^^^^
|
||
|
|
|
||
|
note: This is the expression part of an expression statement
|
||
|
--> $DIR/tests/test262-parser/fail/0f512c4376a62de8.js:1:1
|
||
|
|
|
||
|
1 | a enum;
|
||
|
| ^
|
||
|
|