nashorn/test/script/basic/es6/let-load.js.EXPECTED
author hannesw
Thu, 27 Nov 2014 16:42:53 +0100
changeset 27817 56f6161c3e55
parent 27814 96427359f4fe
permissions -rw-r--r--
8057980: let & const: remaining issues with lexical scoping Reviewed-by: lagergren, attila

top level function
block function
print local defs: 20 30
imported var: 1
imported let: 2
imported const: 3
top level function
ReferenceError: "block" is not defined
TypeError: Assignment to constant "c"