Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
kt9603.kt
blob: f14e4b5e2e8ae521186f3bacfc931e0d9e4cd732 [
file
] [
log
] [
blame
]
// 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