7 lines
54 B
Kotlin
Vendored
7 lines
54 B
Kotlin
Vendored
package b
|
|
|
|
import a.test1
|
|
|
|
fun test2() {
|
|
test1()
|
|
} |