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

Mon, 22 Feb 2016 13:07:47 -0800

author
asaha
date
Mon, 22 Feb 2016 13:07:47 -0800
changeset 1795
bab68ab3df71
parent 1105
c3a510b73875
permissions
-rw-r--r--

Added tag jdk8u75-b09 for changeset fd2b29bd7cb6

     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