Change part class naming scheme
update tests depending on part class naming
This commit is contained in:
committed by
Michael Bogdanov
parent
801d10229b
commit
a47eaa2cb5
@@ -0,0 +1,8 @@
|
||||
fun Int.test1() {}
|
||||
|
||||
fun test2() {
|
||||
1.test1()
|
||||
}
|
||||
|
||||
// 2 INVOKESTATIC A1Kt.test1 \(I\)V
|
||||
// 1 INVOKESTATIC A1Kt.test2 \(\)V
|
||||
Reference in New Issue
Block a user