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