Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObjectSyntheticAccessor.kt
Michael Bogdanov c7b1c0fe52 Store refactoring
#KT-1213 Fixed
2014-11-20 10:20:11 +03:00

8 lines
140 B
Kotlin

class A {
class object {
private var r: Int = 1;
}
}
// A and class object constructor call
// 2 ALOAD 0
// 1 synthetic getR