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