blob: 3ea3f233b74da85b24a2923f772e1c91c94f70cf [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
2function foo(b, a, a, d) { return a }
3 ^
4SyntaxError: Duplicate parameter name not allowed in this context