aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/es6/block-function-decl.js.EXPECTED
blob: 9bb409c6b5b94f4d3df4d2a11e7b01efeea0a874 (plain)
1
2
3
4
5
6
7
8
9
10
function f() {
        print("in f");
    }
in f
function f() {
        print("in f");
    }
in f
undefined
ReferenceError: "f" is not defined