Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
topLevelMemberInvocation
/
propertyWithGetter
/
1.kt
blob: 0d5fb68117e29785c443b7f9cbfd190b80bcad2e [
file
]
package
a
val prop
:
Int
=
0
get
()
{
return
field
+
1
}
// 1 INVOKESTATIC a/_1Kt.getProp \(\)I
// 1 GETSTATIC a/_1Kt.prop \: I