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 b17cff4 commit fbf9708Copy full SHA for fbf9708
lib/Sema/TypeCheckDeclPrimary.cpp
@@ -1681,6 +1681,9 @@ class DeclChecker : public DeclVisitor<DeclChecker> {
1681
(void) VD->isObjC();
1682
(void) VD->isDynamic();
1683
1684
+ // Check for actor isolation.
1685
+ (void)getActorIsolation(VD);
1686
+
1687
// If this is a member of a nominal type, don't allow it to have a name of
1688
// "Type" or "Protocol" since we reserve the X.Type and X.Protocol
1689
// expressions to mean something builtin to the language. We *do* allow
0 commit comments