mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed][Macro] Handle more cases in distributed protocol macro (#72177)
This commit is contained in:
committed by
GitHub
parent
f440663cf1
commit
27702fa115
@@ -20,8 +20,7 @@ protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any
|
||||
|
||||
// CHECK: distributed actor $Greeter<ActorSystem>: Greeter,
|
||||
// CHECK-NEXT: Distributed._DistributedActorStub
|
||||
// CHECK-NEXT: where ActorSystem: DistributedActorSystem<any Codable>,
|
||||
// CHECK-NEXT: ActorSystem.ActorID: Codable
|
||||
// CHECK-NEXT: where ActorSystem: DistributedActorSystem<any Codable>
|
||||
// CHECK-NEXT: {
|
||||
// CHECK-NEXT: }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user