2014-09-09 15:33:58 +02:00
|
|
|
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:3:8 Variable "x" has already been declared
|
2014-09-08 15:37:50 +04:00
|
|
|
var x = {};
|
|
|
|
^
|
2014-09-09 15:33:58 +02:00
|
|
|
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:2:8 Variable "x" has already been declared
|
2014-09-08 15:37:50 +04:00
|
|
|
var x = 2;
|
|
|
|
^
|
2014-09-09 15:33:58 +02:00
|
|
|
SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:2:13 Variable "x" has already been declared
|
2014-09-08 15:37:50 +04:00
|
|
|
function x () {}
|
|
|
|
^
|