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

Thu, 05 Feb 2015 14:47:28 +0100

author
hannesw
date
Thu, 05 Feb 2015 14:47:28 +0100
changeset 1229
f8da39d33117
parent 1105
c3a510b73875
permissions
-rw-r--r--

8068872: Nashorn JSON.parse drops numeric keys
Reviewed-by: attila, lagergren

     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