mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ConstraintSystem] Implement simplication of {Function, Generic, Synthesized}Argument elements
This commit is contained in:
@@ -4880,6 +4880,11 @@ void constraints::simplifyLocator(ASTNode &anchor,
|
|||||||
case ConstraintLocator::ConstructorMemberType:
|
case ConstraintLocator::ConstructorMemberType:
|
||||||
case ConstraintLocator::ExistentialSuperclassType:
|
case ConstraintLocator::ExistentialSuperclassType:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ConstraintLocator::GenericArgument:
|
||||||
|
case ConstraintLocator::FunctionArgument:
|
||||||
|
case ConstraintLocator::SynthesizedArgument:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we get here, we couldn't simplify the path further.
|
// If we get here, we couldn't simplify the path further.
|
||||||
|
|||||||
Reference in New Issue
Block a user