[IR] Remove deprecated correspondingProperty from IrField

This commit is contained in:
Roman Artemev
2019-11-07 16:35:13 +03:00
committed by romanart
parent 646df8d40a
commit 63110ab636
5 changed files with 3 additions and 20 deletions
@@ -136,7 +136,7 @@ open class SerializerIrGenerator(val irClass: IrClass, final override val compil
+addFieldCall(classProp)
// add property annotations
copySerialInfoAnnotationsToDescriptor(
classProp.irField.correspondingProperty?.annotations.orEmpty(),
classProp.irField.correspondingPropertySymbol?.owner?.annotations.orEmpty(),
localDescriptor,
serialDescImplClass.referenceMethod(CallingConventions.addAnnotation)
)