jdk-24/nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED
2014-09-04 15:37:14 +02:00

4 lines
131 B
Plaintext

SyntaxError: test/script/basic/es6/const-redeclare.js#33:4<eval>@1:2:6 Variable "x" has already been declared
const x = 2;
^