Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/object.kt
2015-12-24 13:59:44 +03:00

6 lines
127 B
Kotlin
Vendored

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