mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
error: Parenthesized expression cannot contain spread operator
|
||
|
--> $DIR/tests/test262-parser/fail/cbc28b1205acaac8.js:1:8
|
||
|
|
|
||
|
1 | (b, ...a) + 1
|
||
|
| ^
|
||
|
|