Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
kt9603.kt
blob: 306a93c202438eed8e720214c1e369bd806e4518 [
file
]
class
A
{
public
var
prop
=
"O"
private
set
fun test
()
{
val f
=
{
prop
}
f
()
}
}
// 0 INVOKESTATIC test\/A\.access\$getProp\$0
// 1 INVOKEVIRTUAL A\.getProp