[FIR] Add CheckLowPriorityStage to callable reference resolve
This commit is contained in:
committed by
teamcityserver
parent
a775fa195b
commit
caafe21e84
@@ -60,7 +60,8 @@ sealed class CallKind(vararg resolutionSequence: ResolutionStage) {
|
|||||||
CreateFreshTypeVariableSubstitutorStage,
|
CreateFreshTypeVariableSubstitutorStage,
|
||||||
CheckReceivers.Dispatch,
|
CheckReceivers.Dispatch,
|
||||||
CheckReceivers.Extension,
|
CheckReceivers.Extension,
|
||||||
CheckCallableReferenceExpectedType
|
CheckCallableReferenceExpectedType,
|
||||||
|
CheckLowPriorityInOverloadResolution
|
||||||
)
|
)
|
||||||
|
|
||||||
object SyntheticIdForCallableReferencesResolution : CallKind(
|
object SyntheticIdForCallableReferencesResolution : CallKind(
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user