changeset 26502 | 71d3891037bb |
child 26504 | ed05e2f4c2db |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nashorn/test/script/basic/es6/let_const_reuse.js.EXPECTED Mon Sep 08 15:37:50 2014 +0400 @@ -0,0 +1,8 @@ +ReferenceError: "a" is not defined +SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>@4:3:8 Assignment to constant "a" + a-- + ^ +SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>@4:3:8 Assignment to constant "a" + a-- + ^ +ReferenceError: "a" is not defined