[IR] Make IrPropertyWithLateBinding a subclass of IrProperty
This commit is contained in:
committed by
Space Team
parent
4b523825be
commit
e6c4a8957d
-1
@@ -218,7 +218,6 @@ class FakeOverrideBuilder(
|
||||
property: IrPropertyWithLateBinding,
|
||||
manglerCompatibleMode: Boolean
|
||||
): Pair<IdSignature, IrPropertySymbol> {
|
||||
require(property is IrProperty) { "Unexpected fake override property: $property" }
|
||||
val parent = property.parentAsClass
|
||||
|
||||
val signature = composeSignature(property, manglerCompatibleMode)
|
||||
|
||||
Reference in New Issue
Block a user