220141ab2b
(cherry picked from commit b620099)
3 lines
60 B
Kotlin
Vendored
3 lines
60 B
Kotlin
Vendored
fun foo(y: Int) = y
|
|
|
|
val x = { arg: Int <caret>-> foo(arg) } |