aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/calls.txt
blob: 78c07caf4d6324cc0fc98f8d6d950cd8b8c438c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
hello from function pointer: 5
deferring...
Thing.Print: foo arg: bar
...run as defer 3
...run closure deferred: 4
...run as defer 1
...exported defer
loop 3
loop 2
loop 1
loop 0
...extracted defer func  1
Called the correct function. i =  1
bound method: foo
thing inside closure: foo
inside fp closure: foo 3
Thing.Print:  arg: functional args 1
Thing.Print: named thing arg: functional args 2