Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/object.kt
2014-11-20 10:20:31 +03:00

6 lines
128 B
Kotlin
Vendored

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