2015-07-14 21:58:49 +00:00
|
|
|
*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
|
2015-04-21 11:09:53 +00:00
|
|
|
function foo(b, a, a, d) { return a }
|
|
|
|
^
|
2015-07-14 21:58:49 +00:00
|
|
|
SyntaxError: Duplicate parameter name not allowed in this context
|