mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
144 B
Kotlin
Vendored
10 lines
144 B
Kotlin
Vendored
package a
|
|
|
|
val prop: Int = 0
|
|
get() {
|
|
return field + 1
|
|
}
|
|
|
|
// 1 INVOKESTATIC a/_1Kt.getProp \(\)I
|
|
// 1 GETSTATIC a/_1Kt.prop \: I
|