mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CS] Fix a locator path element
This locator is for Dictionary's Value generic parameter.
This commit is contained in:
@@ -7297,7 +7297,7 @@ ConstraintSystem::simplifyBridgingConstraint(Type type1,
|
||||
addExplicitConversionConstraint(fromKeyValue->second, toKeyValue->second,
|
||||
ForgetChoice,
|
||||
locator.withPathElement(
|
||||
LocatorPathElt::GenericArgument(0)));
|
||||
LocatorPathElt::GenericArgument(1)));
|
||||
countOptionalInjections();
|
||||
return SolutionKind::Solved;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user