Sign in
cobalt
/
cobalt
/
1e13b7264241820b30760ea1a4cf7db0d5c7123b
/
.
/
src
/
v8
/
test
/
message
/
formal-parameters-trailing-comma.out
blob: 5c4655262832c837cd8a6d97970d9e642e2a6dfb [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
5
:
SyntaxError
:
Unexpected
token
,
function
foo
(
b
,
a
,
a
,,)
{
return
a
}
^
SyntaxError
:
Unexpected
token
,