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 f5e2505 commit 5bb82f7Copy full SHA for 5bb82f7
lib/Sema/ConstraintSystem.cpp
@@ -2617,7 +2617,7 @@ ConstraintSystem::getTypeOfMemberReference(
2617
} else if (baseObjTy->isExistentialType()) {
2618
auto openedArchetype =
2619
OpenedArchetypeType::get(baseObjTy->getCanonicalType(),
2620
- useDC->getGenericSignatureOfContext());
+ GenericSignature());
2621
OpenedExistentialTypes.insert(
2622
{getConstraintLocator(locator), openedArchetype});
2623
baseOpenedTy = openedArchetype;
0 commit comments