Files
kotlin/compiler/testData/codegen/bytecodeText/staticFields/classObject.kt
Michael Bogdanov c7b1c0fe52 Store refactoring
#KT-1213 Fixed
2014-11-20 10:20:11 +03:00

7 lines
112 B
Kotlin

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