220141ab2b
(cherry picked from commit b620099)
3 lines
102 B
Kotlin
Vendored
3 lines
102 B
Kotlin
Vendored
fun foo(x: Int, y: Int, z: Int) = x - y / z
|
|
|
|
val x = { a: Int, b: Int, c: Int <caret>-> foo(a, b, c) } |