fix compilation after merge

This commit is contained in:
Anna Kozlova
2023-01-13 23:35:07 +01:00
parent d14d4c8510
commit 06074e5e2d
@@ -234,7 +234,8 @@ internal object FirReferenceResolveHelper {
val scope = lhs.typeRef.coneType.scope(
session,
analysisSession.getScopeSessionFor(analysisSession.useSiteSession),
FakeOverrideTypeCalculator.DoNothing
FakeOverrideTypeCalculator.DoNothing,
requiredPhase = FirResolvePhase.STATUS
) ?: return emptyList()
return buildList {
scope.processFunctionsByName(OperatorNameConventions.EQUALS) { functionSymbol ->