Files
kotlin-fork/compiler/testData/codegen/topLevelMemberInvocation/extensionFunction/a1.kt
T
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
122 B
Kotlin
Vendored

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