author | attila |
Tue, 09 Sep 2014 15:33:58 +0200 | |
changeset 26504 | ed05e2f4c2db |
parent 26502 | 71d3891037bb |
child 27814 | 96427359f4fe |
permissions | -rw-r--r-- |
26504 | 1 |
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:3:8 Variable "x" has already been declared |
26502 | 2 |
var x = {}; |
3 |
^ |
|
26504 | 4 |
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:2:8 Variable "x" has already been declared |
26502 | 5 |
var x = 2; |
6 |
^ |
|
26504 | 7 |
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:2:13 Variable "x" has already been declared |
26502 | 8 |
function x () {} |
9 |
^ |