mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove excess namespacing
This commit is contained in:
@@ -4989,7 +4989,7 @@ ConstraintSystem::simplifyRestrictedConstraint(
|
||||
|
||||
static bool isAugmentingFix(ConstraintFix *fix) {
|
||||
switch (fix->getKind()) {
|
||||
case swift::constraints::FixKind::TreatRValueAsLValue:
|
||||
case FixKind::TreatRValueAsLValue:
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user