mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is possible because actors do not support inheritance. There is one specific exception to that rule, which is that an actor can inherit from `NSObject` just to support ObjC interop. This means an actor is effectively a final class. resolves rdar://87568153
1.7 KiB
1.7 KiB