Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/functionDifferentPackage/1.kt
2015-10-19 16:03:16 +03:00

7 lines
101 B
Kotlin
Vendored

package a
fun test1() {}
// 1 INVOKESTATIC a/_1Kt.test1 \(\)V
// 0 INVOKESTATIC b/_2Kt.test2 \(\)V