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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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 ','