Skip to content

Commit 3b3c364

Browse files
committed
[Distributed] fix missing availability annotation
resolves rdar://161100405
1 parent b250ef7 commit 3b3c364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ModuleInterface/distributed_no_redundant_conformance.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public actor Example {}
1313

1414
// CHECK-NOT: extension TestResilient.Example : _Concurrency.Actor {}
1515

16+
@available(SwiftStdlib 5.7, *)
1617
public distributed actor DistributedExample {
1718
public typealias ActorSystem = LocalTestingDistributedActorSystem
1819
distributed func example() {}

0 commit comments

Comments
 (0)