Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObjectSyntheticAccessor.kt
2015-02-27 20:30:51 +03:00

9 lines
149 B
Kotlin

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