Generate static backing fields for properties in object
#KT-4973 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
object A {
|
||||
val r: Int = 1
|
||||
}
|
||||
// Field initialized in constant pool
|
||||
// A super constructor call and INSTANCE$ put
|
||||
// 2 ALOAD 0
|
||||
Reference in New Issue
Block a user