blob: 5dc8585a7bebf797f3e23d45870b363b35997301 [file] [log] [blame]
fun foo(x: Int, y: Int, z: Int) = x - y / z
val x = <caret>::foo