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 76cf339 commit 4242af7Copy full SHA for 4242af7
lib/Sema/CSSimplify.cpp
@@ -2303,7 +2303,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
2303
2304
if (!shouldAttemptFixes())
2305
return SolutionKind::Error;
2306
-#if 1
+
2307
// See if there's anything we can do to fix the conformance:
2308
OptionalTypeKind optionalKind;
2309
if (auto optionalObjectType = type->getAnyOptionalObjectType(optionalKind)) {
@@ -2326,7 +2326,6 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
2326
return result;
2327
}
2328
2329
-#endif
2330
2331
// There's nothing more we can do; fail.
2332
0 commit comments