Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/object.kt
2018-12-21 16:20:45 +01:00

7 lines
153 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
object A {
val r: Int = 1
}
// Field initialized in constant pool
// A super constructor call and INSTANCE put
// 2 ALOAD 0