c7b1c0fe52
#KT-1213 Fixed
7 lines
112 B
Kotlin
7 lines
112 B
Kotlin
class A {
|
|
class object {
|
|
val r: Int = 1;
|
|
}
|
|
}
|
|
// A and class object constructor call
|
|
// 2 ALOAD 0 |