Remove @actorIndependent attribute.

`@actorIndependent` has been superseded by `nonisolated`. Remove
the old spelling entirely.
This commit is contained in:
Doug Gregor
2021-05-17 12:20:34 -07:00
parent 0e2e11d1d2
commit d6e8fd81f5
25 changed files with 81 additions and 374 deletions

View File

@@ -11,7 +11,7 @@
// CHECK: public actor SomeActor
public actor SomeActor {
@actorIndependent func maine() { }
nonisolated func maine() { }
}
// CHECK: @globalActor public struct SomeGlobalActor