mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
error: Return statement is not allowed here
|
|
--> $DIR/tests/test262-parser/fail/02e5861a1ef10c42.js:1:3
|
|
|
|
|
1 | { return; }
|
|
| ^^^^^^^
|
|
|