We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b2504 commit 48544fbCopy full SHA for 48544fb
lib/Sema/CSBindings.cpp
@@ -70,8 +70,8 @@ ConstraintSystem::determineBestBindings() {
70
// either be Exact or Supertypes in order for it to make sense
71
// to add Supertype bindings based on the relationship between
72
// our type variables.
73
- if (binding.Kind != AllowedBindingKind::Exact
74
- && binding.Kind != AllowedBindingKind::Supertypes)
+ if (binding.Kind != AllowedBindingKind::Exact &&
+ binding.Kind != AllowedBindingKind::Supertypes)
75
continue;
76
77
auto type = binding.BindingType;
0 commit comments