view test/script/basic/es6/let-load.js.EXPECTED @ 1102:c3a510b73875

8057691: Nashorn: let & const declarations are not shared between scripts Reviewed-by: lagergren, attila
author hannesw
date Mon, 24 Nov 2014 12:03:15 +0100
parents b7a2db4de254
children f39081a16f71
line wrap: on
line source

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