3 lines
65 B
Kotlin
Vendored
3 lines
65 B
Kotlin
Vendored
fun foo(x: Int, y: Int, z: Int) = x - y / z
|
|
|
|
val x = <caret>::foo |