Files
kotlin/compiler/testData/codegen/topLevelMemberInvocation/functionSamePackage/a1.kt
Dmitry Petrov a47eaa2cb5 Change part class naming scheme
update tests depending on part class naming
2015-09-07 16:28:42 +03:00

9 lines
115 B
Kotlin
Vendored

fun test1() {}
fun test2() {
test1()
}
// 2 INVOKESTATIC A1Kt.test1 \(\)V
// 1 INVOKESTATIC A1Kt.test2 \(\)V