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 b6d48fb commit 6373dacCopy full SHA for 6373dac
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