220141ab2b
(cherry picked from commit b620099)
5 lines
115 B
Kotlin
Vendored
5 lines
115 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(y: Int, z: Int) = y - z
|
|
|
|
val x = { second: Int, first: Int -> foo(first, second) } |