mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Record resolved overloads in the trail
This commit is contained in:
@@ -360,6 +360,10 @@ void SolverTrail::Change::undo(ConstraintSystem &cs) const {
|
||||
case ChangeKind::AppliedPropertyWrapper:
|
||||
cs.removePropertyWrapper(TheExpr);
|
||||
break;
|
||||
|
||||
case ChangeKind::ResolvedOverload:
|
||||
cs.removeResolvedOverload(Locator);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user