[NI] Refactoring: rename method
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ class DelegatedPropertyInferenceSession(
|
||||
}
|
||||
|
||||
object InferenceSessionForExistingCandidates : InferenceSession {
|
||||
override fun shouldFixTypeVariables(candidate: KotlinResolutionCandidate): Boolean {
|
||||
override fun shouldRunCompletion(candidate: KotlinResolutionCandidate): Boolean {
|
||||
return !ErrorUtils.isError(candidate.resolvedCall.candidateDescriptor)
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ abstract class ManyCandidatesResolver<D : CallableDescriptor>(
|
||||
|
||||
abstract fun prepareForCompletion(commonSystem: NewConstraintSystem, resolvedCallsInfo: List<PSIPartialCallInfo>)
|
||||
|
||||
override fun shouldFixTypeVariables(candidate: KotlinResolutionCandidate): Boolean {
|
||||
override fun shouldRunCompletion(candidate: KotlinResolutionCandidate): Boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user