strict-formal-parameters.out 208 Bytes
Newer Older
1
*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
2 3
function foo(b, a, a, d) { return a }
                   ^
4
SyntaxError: Duplicate parameter name not allowed in this context