blob: f7ee1c34a565a859d069ed9a4ba3f2b96c22bed6 [file] [log] [blame]
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