[FIR] do not consider FirDefaultPropertyBackingField to be always resolved to BODY_RESOLVE

Otherwise, lazy resolve will never resolve it
This commit is contained in:
Ilya Kirillov
2022-10-31 16:42:58 +01:00
committed by teamcity
parent 500f5b48f8
commit 9dd398dc77
@@ -26,7 +26,7 @@ class FirDefaultPropertyBackingField(
) : FirBackingFieldImpl(
source = null,
moduleData = moduleData,
resolvePhase = FirResolvePhase.BODY_RESOLVE,
resolvePhase = FirResolvePhase.RAW_FIR,
origin = FirDeclarationOrigin.Synthetic,
attributes = FirDeclarationAttributes(),
returnTypeRef = returnTypeRef,