220141ab2b
(cherry picked from commit b620099)
5 lines
101 B
Kotlin
Vendored
5 lines
101 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(z: Int, y: Int = 0) = y + z
|
|
|
|
val x = { arg: Int <caret>-> foo(arg) } |