Revert "Revert "Remove @actorIndependent attribute.""

This reverts commit 7c0b50e8ea.
This commit is contained in:
Doug Gregor
2021-06-03 13:27:26 -07:00
parent 509e0264d3
commit 03f55d7bb4
25 changed files with 81 additions and 380 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