mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 08:28:27 +00:00
4 lines
129 B
Plaintext
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;
|
|
^
|