mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
|
x `await` cannot be used as an identifier in an async context
|
|
,-[$DIR/tests/test262-parser/fail/2226edabbd2261a7.module.js:1:1]
|
|
1 | function f() { var await }
|
|
: ^^^^^
|
|
`----
|