PR-URL: https://github.com/nodejs/node/pull/19201 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
*%(basename)s:9: SyntaxError: Identifier 'foo' has already been declared
|
|
function foo() {}
|
|
^
|
|
SyntaxError: Identifier 'foo' has already been declared
|
|
|