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

7 lines
120 B
Kotlin
Vendored

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