Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/functionDifferentPackage/1.kt
2015-09-07 16:28:43 +03:00

7 lines
101 B
Kotlin
Vendored

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