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

9 lines
94 B
Kotlin

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