aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/es6/const-redeclare.js.EXPECTED
blob: 44b6a70fd9a5aeae97cf30e8b8e6d74cab108fac (plain)
1
2
3
SyntaxError: test/script/basic/es6/const-redeclare.js#33:4<eval>:2:6 Variable "x" has already been declared
const x = 2;
      ^