9 lines
94 B
Kotlin
9 lines
94 B
Kotlin
package first
|
|
|
|
import second.testFun
|
|
|
|
fun test() {
|
|
testFun().<caret>
|
|
}
|
|
|
|
// EXIST: testMethod |