mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
|
|
x A rest parameter cannot have an initializer
|
|
,-[$DIR/tests/test262-parser/fail/043ab1c3982db3cd.js:2:1]
|
|
2 | function x(...a = 1){}
|
|
: ^
|
|
`----
|