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