test/script/basic/es6/let_const_reuse.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 997
5ad0607cf1a4
child 1243
2b51c0b3f463
permissions
-rw-r--r--

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

     1 ReferenceError: "a" is not defined
     2 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
     3         a--
     4         ^
     5 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
     6         a--
     7         ^
     8 ReferenceError: "a" is not defined

mercurial