mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Before the change from @_objcImplementation to @objc @implementation, if a member was unrepresentable in ObjC, it would become implicitly `final`. After that change, this is now an error. We do want a diagnostic here, but we don’t want to break backwards compatibility for early adopters. Soften the error to a warning when the old @objcImplementation syntax is used. Fixes rdar://129247349.
30 KiB
30 KiB