jdk-24/test/nashorn/script/basic/es6/const-redeclare.js.EXPECTED
2017-09-12 19:03:39 +02:00

4 lines
129 B
Plaintext

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