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

9 lines
109 B
Kotlin

package second
class TestSecond {
fun testMethod() {
}
}
fun testFun() : TestSecond = TestSecond()