mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 10:01:49 +00:00

PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
5 lines
208 B
Plaintext
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
|