Files
kotlin-fork/idea/testData/completion/basic/multifile/CompleteImportedFunction.kt
T
2014-04-02 13:37:18 +04:00

9 lines
83 B
Kotlin

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