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

Mon, 08 Sep 2014 15:37:50 +0400

author
yan
date
Mon, 08 Sep 2014 15:37:50 +0400
changeset 995
33bde22b7740
child 997
5ad0607cf1a4
permissions
-rw-r--r--

8057678: Tests for let and const keywords in Nashorn
Reviewed-by: hannesw, lagergren
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>

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

mercurial