Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObject.kt
Michael Bogdanov 8198ac77cb Generate private constructor for object
#KT-9510 Fixed
2015-10-09 16:25:20 +03:00

7 lines
120 B
Kotlin
Vendored

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