Files
kotlin-fork/idea/testData/completion/basic/multifile/CompleteImportedFunction-1.kt
T
2013-02-04 14:23:24 +04:00

9 lines
83 B
Kotlin

package first
import second.testFun
fun test() {
te<caret>
}
// EXIST: testFun