mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
|
|
x 'implements', 'interface', 'let', 'package', 'private', 'protected', 'public', 'static', or 'yield' cannot be used as an identifier in strict mode
|
|
,-[$DIR/tests/test262-parser/fail/0d3b0899890c5f8e.js:1:1]
|
|
1 | class a {b(enum){}}
|
|
: ^^^^
|
|
`----
|