[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,
|
||||
CheckReceivers.Dispatch,
|
||||
CheckReceivers.Extension,
|
||||
CheckCallableReferenceExpectedType
|
||||
CheckCallableReferenceExpectedType,
|
||||
CheckLowPriorityInOverloadResolution
|
||||
)
|
||||
|
||||
object SyntheticIdForCallableReferencesResolution : CallKind(
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_REFLECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user