4 val x = foo { 1 } (in test())
4 val x = foo { 1 } (in test())
4 [LAMBDA CALLS] val x = foo { 1 } (in test())
7 [LAMBDA CALLS] fun foo(callback: () -> Int): Int { (in foo(() -> Int))
8 [LAMBDA CALLS] return callback.invoke() (in foo(() -> Int))
8 return callback.invoke() (in foo(() -> Int))
7 fun foo(callback: () -> Int): Int {
4 val x = foo { 1 } (in test())
4 val x = foo { 1 } (in test())