[FIR] do not consider FirDefaultPropertyBackingField to be always resolved to BODY_RESOLVE
Otherwise, lazy resolve will never resolve it
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class FirDefaultPropertyBackingField(
|
|||||||
) : FirBackingFieldImpl(
|
) : FirBackingFieldImpl(
|
||||||
source = null,
|
source = null,
|
||||||
moduleData = moduleData,
|
moduleData = moduleData,
|
||||||
resolvePhase = FirResolvePhase.BODY_RESOLVE,
|
resolvePhase = FirResolvePhase.RAW_FIR,
|
||||||
origin = FirDeclarationOrigin.Synthetic,
|
origin = FirDeclarationOrigin.Synthetic,
|
||||||
attributes = FirDeclarationAttributes(),
|
attributes = FirDeclarationAttributes(),
|
||||||
returnTypeRef = returnTypeRef,
|
returnTypeRef = returnTypeRef,
|
||||||
|
|||||||
Reference in New Issue
Block a user