mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Add a locator element to represent a fallback type
This commit is contained in:
@@ -6044,6 +6044,7 @@ void constraints::simplifyLocator(ASTNode &anchor,
|
||||
case ConstraintLocator::WrappedValue:
|
||||
case ConstraintLocator::OptionalPayload:
|
||||
case ConstraintLocator::ImplicitlyUnwrappedDisjunctionChoice:
|
||||
case ConstraintLocator::FallbackType:
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user