mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 09:03:37 +03:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
error: Rest element must be final element
|
||
|
--> $DIR/tests/test262-parser/fail/d28e80d99f819136.js:1:10
|
||
|
|
|
||
|
1 | [, x, ...y,] = 0
|
||
|
| ^
|
||
|
|