[ConstraintSystem] Add a locator element to represent a fallback type

This commit is contained in:
Pavel Yaskevich
2023-10-17 21:25:33 -07:00
parent 978a22712e
commit a4bda00e5b
3 changed files with 9 additions and 0 deletions

View File

@@ -6044,6 +6044,7 @@ void constraints::simplifyLocator(ASTNode &anchor,
case ConstraintLocator::WrappedValue:
case ConstraintLocator::OptionalPayload:
case ConstraintLocator::ImplicitlyUnwrappedDisjunctionChoice:
case ConstraintLocator::FallbackType:
break;
}