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

Thu, 12 Oct 2017 19:52:15 +0800

author
aoqi
date
Thu, 12 Oct 2017 19:52:15 +0800
changeset 1205
4112748288bb
parent 1109
f39081a16f71
permissions
-rw-r--r--

merge

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

mercurial