mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Handling ExplicityCoercion in simplifyLocator
This commit is contained in:
@@ -2997,6 +2997,11 @@ void constraints::simplifyLocator(Expr *&anchor,
|
||||
path = path.slice(1);
|
||||
continue;
|
||||
}
|
||||
|
||||
case ConstraintLocator::ExplicitTypeCoercion: {
|
||||
path = path.slice(1);
|
||||
continue;
|
||||
}
|
||||
|
||||
default:
|
||||
// FIXME: Lots of other cases to handle.
|
||||
|
||||
Reference in New Issue
Block a user