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

9 lines
122 B
Kotlin
Vendored

fun Int.test1() {}
fun test2() {
1.test1()
}
// 1 INVOKESTATIC _1Kt.test1 \(I\)V
// 0 INVOKESTATIC _1Kt.test2 \(\)V