Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/callableReference/EmptyQualifier.kt.after
T
2015-10-03 10:40:49 +03:00

10 lines
118 B
Plaintext
Vendored

fun globalFun(p: Int) {}
class C {
fun foo() {
val v = ::globalFun<caret>
}
}
// ELEMENT: globalFun