Sign in
cobalt
/
cobalt
/
0e7d696c3ce6a2ef566d0fabc20213b6a651f942
/
.
/
src
/
third_party
/
v8
/
test
/
message
/
fail
/
async-arrow-invalid-rest-2.out
blob: ff90771fbbd5e83e96be80a3ebc87e0fa252a7e7 [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
7
:
SyntaxError
:
Rest
parameter may
not
have a
default
initializer
var
f
=
async
(
a
,
...
x
=
10
)
=>
x
;
^^
SyntaxError
:
Rest
parameter may
not
have a
default
initializer