Rename attributeOwnerIdBeforeInline to originalBeforeInline
This commit is contained in:
@@ -91,7 +91,7 @@ abstract class AbstractFir2IrLazyFunction<F : FirCallableDeclaration>(
|
||||
override var correspondingPropertySymbol: IrPropertySymbol? = null
|
||||
|
||||
override var attributeOwnerId: IrAttributeContainer = this
|
||||
override var attributeOwnerIdBeforeInline: IrAttributeContainer? = null
|
||||
override var originalBeforeInline: IrAttributeContainer? = null
|
||||
|
||||
override var metadata: MetadataSource?
|
||||
get() = null
|
||||
|
||||
@@ -72,7 +72,7 @@ class Fir2IrLazyClass(
|
||||
get() = this
|
||||
set(_) = mutationNotSupported()
|
||||
|
||||
override var attributeOwnerIdBeforeInline: IrAttributeContainer?
|
||||
override var originalBeforeInline: IrAttributeContainer?
|
||||
get() = null
|
||||
set(_) {
|
||||
error("Mutating Fir2Ir lazy elements is not possible")
|
||||
|
||||
@@ -235,5 +235,5 @@ class Fir2IrLazyProperty(
|
||||
get() = fir.containerSource
|
||||
|
||||
override var attributeOwnerId: IrAttributeContainer = this
|
||||
override var attributeOwnerIdBeforeInline: IrAttributeContainer? = null
|
||||
override var originalBeforeInline: IrAttributeContainer? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user