formal-parameters-trailing-comma.out 145 Bytes
Newer Older
1
*%(basename)s:5: SyntaxError: Unexpected token ','
2
function foo(b, a, a,,) { return a }
3
                     ^
4
SyntaxError: Unexpected token ','