Files
kotlin-fork/idea/idea-completion/testData/smart/callableReference/EmptyQualifier1.kt
T
2015-10-03 10:40:50 +03:00

13 lines
222 B
Kotlin
Vendored

fun foo(p: () -> Unit){}
fun bar() {
foo(::xf<caret>)
}
fun xf1(){}
fun xf1(s: String){}
fun xf2(i: Int){}
// EXIST: { lookupString:"xf1", itemText:"xf1", tailText: "() (<root>)", typeText: "Unit" }
// NOTHING_ELSE