Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObject.kt

7 lines
120 B
Kotlin

class A {
companion object {
val r: Int = 1;
}
}
// A and companion object constructor call
// 2 ALOAD 0