FIR2IR: IrProperty.isFakeOverride
This commit is contained in:
+2
-1
@@ -510,7 +510,8 @@ class Fir2IrDeclarationStorage(
|
|||||||
isDelegated = property.delegate != null,
|
isDelegated = property.delegate != null,
|
||||||
// TODO
|
// TODO
|
||||||
isExternal = false,
|
isExternal = false,
|
||||||
isExpect = property.isExpect
|
isExpect = property.isExpect,
|
||||||
|
isFakeOverride = origin == IrDeclarationOrigin.FAKE_OVERRIDE
|
||||||
).apply {
|
).apply {
|
||||||
descriptor.bind(this)
|
descriptor.bind(this)
|
||||||
val type = property.returnTypeRef.toIrType(session, this@Fir2IrDeclarationStorage)
|
val type = property.returnTypeRef.toIrType(session, this@Fir2IrDeclarationStorage)
|
||||||
|
|||||||
Reference in New Issue
Block a user