[FIR] Add CheckLowPriorityStage to callable reference resolve

This commit is contained in:
Mikhail Glukhikh
2020-10-26 17:18:41 +03:00
committed by teamcityserver
parent a775fa195b
commit caafe21e84
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,8 @@ sealed class CallKind(vararg resolutionSequence: ResolutionStage) {
CreateFreshTypeVariableSubstitutorStage,
CheckReceivers.Dispatch,
CheckReceivers.Extension,
CheckCallableReferenceExpectedType
CheckCallableReferenceExpectedType,
CheckLowPriorityInOverloadResolution
)
object SyntheticIdForCallableReferencesResolution : CallKind(
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// WITH_REFLECT