Files
kotlin-fork/idea/testData/intentions/convertReferenceToLambda/threeParameters.kt
T

3 lines
65 B
Kotlin
Vendored

fun foo(x: Int, y: Int, z: Int) = x - y / z
val x = <caret>::foo