mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove @actorIndependent attribute.
`@actorIndependent` has been superseded by `nonisolated`. Remove the old spelling entirely.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
// CHECK: public actor SomeActor
|
||||
public actor SomeActor {
|
||||
@actorIndependent func maine() { }
|
||||
nonisolated func maine() { }
|
||||
}
|
||||
|
||||
// CHECK: @globalActor public struct SomeGlobalActor
|
||||
|
||||
Reference in New Issue
Block a user