[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(
|
||||
source = null,
|
||||
moduleData = moduleData,
|
||||
resolvePhase = FirResolvePhase.BODY_RESOLVE,
|
||||
resolvePhase = FirResolvePhase.RAW_FIR,
|
||||
origin = FirDeclarationOrigin.Synthetic,
|
||||
attributes = FirDeclarationAttributes(),
|
||||
returnTypeRef = returnTypeRef,
|
||||
|
||||
Reference in New Issue
Block a user