v8/test/message/fail/formal-parameters-trailing-comma.out

5 lines
145 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: Unexpected token ','
function foo(b, a, a,,) { return a }
^
SyntaxError: Unexpected token ','