Files
Kmake/deps/v8/test/message/fail/strict-formal-parameters.out
2026-05-26 23:36:42 -07:00

5 lines
208 B
Plaintext

*%(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