IR serialization: IrProperty.isFakeOverride
This commit is contained in:
+2
-1
@@ -1218,7 +1218,8 @@ abstract class IrFileDeserializer(
|
|||||||
isLateinit = proto.isLateinit,
|
isLateinit = proto.isLateinit,
|
||||||
isDelegated = proto.isDelegated,
|
isDelegated = proto.isDelegated,
|
||||||
isExpect = proto.isExpect,
|
isExpect = proto.isExpect,
|
||||||
isExternal = proto.isExternal
|
isExternal = proto.isExternal,
|
||||||
|
isFakeOverride = origin == IrDeclarationOrigin.FAKE_OVERRIDE
|
||||||
)
|
)
|
||||||
}.apply {
|
}.apply {
|
||||||
if (proto.hasGetter()) {
|
if (proto.hasGetter()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user