nashorn/test/script/basic/es6/let_const_reuse.js.EXPECTED
author attila
Tue, 09 Sep 2014 15:33:58 +0200
changeset 26504 ed05e2f4c2db
parent 26502 71d3891037bb
child 29281 8cc2618a07aa
permissions -rw-r--r--
8057930: remove eval ID Reviewed-by: hannesw, sundar

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