Files
Kmake/deps/v8/test/message/fail/formal-parameters-trailing-comma.out
2026-05-26 23:36:42 -07:00

5 lines
145 B
Plaintext

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