mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
3 lines
125 B
Text
3 lines
125 B
Text
SyntaxError: test/script/basic/es6/let-redeclare.js#33:4<eval>@1:2:4 Variable "x" has already been declared
|
|
let x = 2;
|
|
^
|