Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/functionDifferentPackage/2.kt

7 lines
54 B
Kotlin
Vendored

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