Skip to content

Commit 04d62c5

Browse files
committed
Fixup for the 5.6 branch
1 parent f3401cc commit 04d62c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/ActorIsolation.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class ActorIsolation {
112112
bool isActorIsolated() const {
113113
switch (getKind()) {
114114
case ActorInstance:
115+
case DistributedActorInstance:
115116
case GlobalActor:
116117
case GlobalActorUnsafe:
117118
return true;

0 commit comments

Comments
 (0)