You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// rdar://90886302 This test would crash if not typealias ActorSystem was declared for an actor
10
+
distributedactorFish{
11
+
// expected-error@-1{{distributed actor 'Fish' does not declare ActorSystem it can be used with.}}
12
+
// expected-error@-2{{distributed actor 'Fish' does not declare ActorSystem it can be used with.}}
13
+
// expected-note@-3{{you can provide a module-wide default actor system by declaring:\ntypealias DefaultDistributedActorSystem = <#ConcreteActorSystem#>}}
0 commit comments