diff --git a/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/model/ResolutionCandidate.kt b/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/model/ResolutionCandidate.kt index fb0d781341e..f8e8579626e 100644 --- a/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/model/ResolutionCandidate.kt +++ b/compiler/resolution/src/org/jetbrains/kotlin/resolve/calls/model/ResolutionCandidate.kt @@ -107,6 +107,9 @@ class KotlinResolutionCandidate( partIndex++ workStep -= workCount } + else { + break + } } if (partIndex < resolutionSequence.size) { if (processPart(resolutionSequence[partIndex], stopOnFirstError, workStep)) return