mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Overriding of members introduced in class extensions depends on the presence of an Objective-C entrypoint. When we override such a member---which used the deprecated @objc inference rule and occurs in a class extension, where non-@objc methods currently cannot be overridden---warn about the use of explicit @objc.