3 lines
70 B
Plaintext
Vendored
3 lines
70 B
Plaintext
Vendored
fun Int.foo(x: Int) = this - x
|
|
|
|
val x = { i: Int, x: Int -> i.foo(x) } |