test/script/basic/es6/let_const_reuse.js.EXPECTED

Tue, 09 Sep 2014 15:33:58 +0200

author
attila
date
Tue, 09 Sep 2014 15:33:58 +0200
changeset 997
5ad0607cf1a4
parent 995
33bde22b7740
child 1243
2b51c0b3f463
permissions
-rw-r--r--

8057930: remove eval ID
Reviewed-by: hannesw, sundar

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

mercurial