Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObjectSyntheticAccessor.kt
2015-10-09 16:25:16 +03:00

9 lines
157 B
Kotlin
Vendored

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