Files
kotlin/compiler/testData/codegen/bytecodeText/kt9603.kt
Dmitry Petrov 882827bf04 KT-9717, KT-9603:
pass getter/setter-related flags to AccessorForPropertyDescriptor
2015-10-27 12:02:27 +03:00

11 lines
177 B
Kotlin
Vendored

class A {
public var prop = "O"
private set
fun test() {
{ prop }()
}
}
// 0 INVOKESTATIC test\/A\.access\$getProp\$0
// 1 INVOKEVIRTUAL A\.getProp