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