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,9 @@
|
||||
package a
|
||||
|
||||
val prop: Int = 0
|
||||
get() {
|
||||
return $prop + 1
|
||||
}
|
||||
|
||||
// 2 INVOKESTATIC a/A1Kt.getProp \(\)I
|
||||
// 1 GETSTATIC a/A1Kt.prop \: I
|
||||
Reference in New Issue
Block a user