a47eaa2cb5
update tests depending on part class naming
9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
fun Int.test1() {}
|
|
|
|
fun test2() {
|
|
1.test1()
|
|
}
|
|
|
|
// 2 INVOKESTATIC A1Kt.test1 \(I\)V
|
|
// 1 INVOKESTATIC A1Kt.test2 \(\)V
|