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 30435bb commit 807ca8dCopy full SHA for 807ca8d
lib/Sema/TypeCheckDeclPrimary.cpp
@@ -2146,11 +2146,6 @@ class DeclChecker : public DeclVisitor<DeclChecker> {
2146
(void) VD->getPropertyWrapperAuxiliaryVariables();
2147
(void) VD->getPropertyWrapperInitializerInfo();
2148
(void) VD->getImplInfo();
2149
- // Declarations inside types are handled in checkConformancesInContext() to
2150
- // avoid cycles involving associated type inference.
2151
- if (!VD->getDeclContext()->isTypeContext()) {
2152
- (void)getActorIsolation(VD);
2153
- }
2154
2155
// Visit auxiliary decls first
2156
VD->visitAuxiliaryDecls([&](VarDecl *var) {
0 commit comments