Files
kotlin-fork/idea/testData/resolve/referenceWithLib/overloadFun.kt
T
2016-11-28 14:38:34 +03:00

10 lines
130 B
Kotlin
Vendored

package test
import dependency.*
fun foo() {
t<caret>est("")
}
// ALLOW_AST_ACCESS
// REF: (dependency).test(kotlin.String)