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

3 lines
41 B
Kotlin
Vendored

fun foo(y: Int) = y
val x = <caret>::foo