fix compilation after merge
This commit is contained in:
+2
-1
@@ -234,7 +234,8 @@ internal object FirReferenceResolveHelper {
|
|||||||
val scope = lhs.typeRef.coneType.scope(
|
val scope = lhs.typeRef.coneType.scope(
|
||||||
session,
|
session,
|
||||||
analysisSession.getScopeSessionFor(analysisSession.useSiteSession),
|
analysisSession.getScopeSessionFor(analysisSession.useSiteSession),
|
||||||
FakeOverrideTypeCalculator.DoNothing
|
FakeOverrideTypeCalculator.DoNothing,
|
||||||
|
requiredPhase = FirResolvePhase.STATUS
|
||||||
) ?: return emptyList()
|
) ?: return emptyList()
|
||||||
return buildList {
|
return buildList {
|
||||||
scope.processFunctionsByName(OperatorNameConventions.EQUALS) { functionSymbol ->
|
scope.processFunctionsByName(OperatorNameConventions.EQUALS) { functionSymbol ->
|
||||||
|
|||||||
Reference in New Issue
Block a user