Files
kotlin/idea/testData/codeInsight/lineMarker/recursiveCall/methodReference.kt
2015-04-08 15:14:10 +03:00

3 lines
33 B
Kotlin
Vendored

fun f(a: Int) {
val x = ::f
}