swc/crates/swc_ecma_parser/tests/test262-error-references/fail/043ab1c3982db3cd.js.swc-stderr
2022-11-29 09:47:56 +00:00

7 lines
169 B
Plaintext

x A rest parameter cannot have an initializer
,-[$DIR/tests/test262-parser/fail/043ab1c3982db3cd.js:1:1]
1 | function x(...a = 1){}
: ^
`----