mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
error: Return statement is not allowed here
|
|
--> $DIR/tests/test262-parser/fail/7bfaaa1e80d6255f.js:1:14
|
|
|
|
|
1 | if (false) { return; }
|
|
| ^^^^^^^
|
|
|