Files
T

7 lines
54 B
Kotlin

package b
import a.test1
fun test2() {
test1()
}