220141ab2b
(cherry picked from commit b620099)
3 lines
58 B
Plaintext
Vendored
3 lines
58 B
Plaintext
Vendored
fun foo(x: Int, y: Int, z: Int) = x - y / z
|
|
|
|
val x = ::foo |