We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dacb6a commit cb1e59dCopy full SHA for cb1e59d
test/Concurrency/actor_isolation_unsafe.swift
@@ -29,7 +29,7 @@ struct S3_P1: P1 {
29
nonisolated func onMainActor() { }
30
}
31
32
-struct S4_P1_quitely: P1 {
+struct S4_P1_quietly: P1 {
33
@SomeGlobalActor func onMainActor() { }
34
35
0 commit comments