Files
kotlin-fork/compiler/testData/codegen/topLevelMemberInvocation/propertyWithGetter/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

10 lines
144 B
Kotlin
Vendored

package a
val prop: Int = 0
get() {
return $prop + 1
}
// 2 INVOKESTATIC a/A1Kt.getProp \(\)I
// 1 GETSTATIC a/A1Kt.prop \: I