mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
error: Unexpected token `(`. Expected yield, an identifier, [ or {
|
|
--> $DIR/tests/test262-parser/fail/a660fb69f32f7ad2.js:1:15
|
|
|
|
|
1 | try {} catch ((e)) {}
|
|
| ^
|
|
|