3 lines
78 B
Plaintext
Vendored
3 lines
78 B
Plaintext
Vendored
fun foo(i: (Int) -> Int) = 0
|
|
val x = foo { it -> foo { x -> x + <caret>it } }
|