3 lines
49 B
Plaintext
Vendored
3 lines
49 B
Plaintext
Vendored
fun foo(y: Int) = y
|
|
|
|
val x = { y: Int -> foo(y) } |