220141ab2b
(cherry picked from commit b620099)
3 lines
77 B
Kotlin
Vendored
3 lines
77 B
Kotlin
Vendored
fun Int.foo(x: Int) = this - x
|
|
|
|
val x = { a: Int, b: Int <caret>-> a.foo(b) } |