Skip to content

Commit e22180b

Browse files
committed
[CS] Add missing break
1 parent bd6f387 commit e22180b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6620,6 +6620,7 @@ bool ConstraintSystem::repairFailures(
66206620

66216621
conversionsOrFixes.push_back(IgnoreContextualType::create(
66226622
*this, lhs, rhs, getConstraintLocator(anchor)));
6623+
break;
66236624
}
66246625
default:
66256626
break;

0 commit comments

Comments
 (0)