[Distributed][Macro] Handle more cases in distributed protocol macro (#72177)

This commit is contained in:
Konrad `ktoso` Malawski
2024-03-12 18:12:31 +09:00
committed by GitHub
parent f440663cf1
commit 27702fa115
10 changed files with 443 additions and 48 deletions

View File

@@ -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: }