mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
error: Unexpected token `(`. Expected yield, an identifier, [ or {
|
|
--> $DIR/tests/test262-parser/fail/893986e2bbf8b7c5.js:1:5
|
|
|
|
|
1 | var ([x]) = 0
|
|
| ^
|
|
|