[NI] Clear partially resolved calls after resolve of top-level call
#KT-32433 Fixed
This commit is contained in:
@@ -238,4 +238,10 @@ val ResolvedCallAtom.freshReturnType: UnwrappedType?
|
||||
get() {
|
||||
val returnType = candidateDescriptor.returnType ?: return null
|
||||
return substitutor.safeSubstitute(returnType.unwrap())
|
||||
}
|
||||
}
|
||||
|
||||
class PartialCallContainer(val result: PartialCallResolutionResult?) {
|
||||
companion object {
|
||||
val empty = PartialCallContainer(null)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user