test/script/basic/es6/const-redeclare-extra.js.EXPECTED

Thu, 29 Oct 2015 17:37:29 -0700

author
asaha
date
Thu, 29 Oct 2015 17:37:29 -0700
changeset 1757
822042f1e4e8
parent 1105
c3a510b73875
permissions
-rw-r--r--

Merge

     1 SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:3:8 Variable "x" has already been declared
     2     var x = {};
     3         ^
     4 SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:3:10 Variable "x" has already been declared
     5     const x = {};
     6           ^
     7 SyntaxError: test/script/basic/es6/const-redeclare-extra.js#36:8<eval>:3:10 Variable "x" has already been declared
     8     const x = 5;
     9           ^

mercurial