IR: propagate original declaration info via attributeOwnerId
For IrProperty, IrSimpleFunction we need to pass information about original declaration to JVM_IR codegen. Instead of descriptors, use the attributeOwnerId field.
This commit is contained in:
+2
@@ -54,6 +54,8 @@ abstract class IrPropertyCommonImpl(
|
||||
override var setter: IrSimpleFunction? = null
|
||||
|
||||
override var metadata: MetadataSource? = null
|
||||
|
||||
override var attributeOwnerId: IrAttributeContainer = this
|
||||
}
|
||||
|
||||
class IrPropertyImpl(
|
||||
|
||||
Reference in New Issue
Block a user