mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
|
|
x Expected '{', got '<eof>'
|
|
,-[$DIR/tests/test262-parser/fail/f0ff9ff5dab859aa.js:1:1]
|
|
1 | function f(a, ...b, c)
|
|
: ^
|
|
`----
|
|
|
|
x A rest parameter must be last in a parameter list
|
|
,-[$DIR/tests/test262-parser/fail/f0ff9ff5dab859aa.js:1:1]
|
|
1 | function f(a, ...b, c)
|
|
: ^^^^
|
|
`----
|