Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
kt9603.kt
blob: 18fbf89687da0692eb5f3bd348111f228200ac5b [
file
]
// LAMBDAS: CLASS
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