Files
kotlin-fork/compiler/testData/codegen/bytecodeText/kt9603.kt
T
2023-12-26 10:18:19 +00:00

15 lines
246 B
Kotlin
Vendored

// LAMBDAS: CLASS
// JVM_ABI_K1_K2_DIFF: KT-63984
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