8 fun bar(n: Int) = n (in test())
8 fun bar(n: Int) = n (in test())
9 [LAMBDA CALLS] val f = ::bar (in test())
9 [LAMBDA CALLS] val f = ::bar (in test())
10 [LAMBDA CALLS] val x = foo(f) (in test())
3 [LAMBDA CALLS] fun foo(f: (Int) -> Int): Int { (in foo((Int) -> Int))
4 return f(1) (in foo((Int) -> Int))
3 fun foo(f: (Int) -> Int): Int {
10 val x = foo(f) (in test())
10 val x = foo(f) (in test())