mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
|
x Expected ';', '}' or <eof>
|
|
,-[$DIR/tests/test262-parser/fail/efb9e5d27e1cfa30.js:1:1]
|
|
1 | (function () { yield 10 })
|
|
: ^^
|
|
`----
|
|
|
|
Error:
|
|
> This is the expression part of an expression statement
|
|
,-[$DIR/tests/test262-parser/fail/efb9e5d27e1cfa30.js:1:1]
|
|
1 | (function () { yield 10 })
|
|
: ^^^^^
|
|
`----
|