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