test/script/basic/es6/let-load.js.EXPECTED

Print this page

        

@@ -1,8 +1,8 @@
 top level function
 block function
 print local defs: 20 30
 imported var: 1
-ReferenceError: "b" is not defined
-ReferenceError: "c" is not defined
+imported let: 2
+imported const: 3
 top level function
 ReferenceError: "block" is not defined