c7b1c0fe52
#KT-1213 Fixed
8 lines
140 B
Kotlin
8 lines
140 B
Kotlin
class A {
|
|
class object {
|
|
private var r: Int = 1;
|
|
}
|
|
}
|
|
// A and class object constructor call
|
|
// 2 ALOAD 0
|
|
// 1 synthetic getR |