2 lines
76 B
Plaintext
Vendored
2 lines
76 B
Plaintext
Vendored
fun foo(a: (Int) -> Int): Int = a(1)
|
|
val x = foo { it + foo { it1 -> it1 } } |