v8/test/message/strict-formal-parameters.out

5 lines
208 B
Plaintext
Raw Normal View History

*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
function foo(b, a, a, d) { return a }
^
SyntaxError: Duplicate parameter name not allowed in this context