jdk-24/nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED
Attila Szegedi f8b399466b 8057930: remove eval ID
Reviewed-by: hannesw, sundar
2014-09-09 15:33:58 +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;
^