IR serialization: IrProperty.isFakeOverride

This commit is contained in:
Dmitry Petrov
2019-10-23 16:39:56 +03:00
parent da63d16c33
commit e9337ec8f2
@@ -1218,7 +1218,8 @@ abstract class IrFileDeserializer(
isLateinit = proto.isLateinit,
isDelegated = proto.isDelegated,
isExpect = proto.isExpect,
isExternal = proto.isExternal
isExternal = proto.isExternal,
isFakeOverride = origin == IrDeclarationOrigin.FAKE_OVERRIDE
)
}.apply {
if (proto.hasGetter()) {