nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED
author attila
Tue, 09 Sep 2014 15:33:58 +0200
changeset 26504 ed05e2f4c2db
parent 26377 028dad61662f
permissions -rw-r--r--
8057930: remove eval ID Reviewed-by: hannesw, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26504
ed05e2f4c2db 8057930: remove eval ID
attila
parents: 26377
diff changeset
     1
SyntaxError: test/script/basic/es6/const-redeclare.js#33:4<eval>:2:6 Variable "x" has already been declared
26377
028dad61662f 8051889: Implement block scoping in symbol assignment and scope computation
hannesw
parents:
diff changeset
     2
const x = 2;
028dad61662f 8051889: Implement block scoping in symbol assignment and scope computation
hannesw
parents:
diff changeset
     3
      ^