mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Stdlib] Silence all warnings about deprecated @objc inference.
This eliminates 26 Objective-C entry points that we never intended to expose, but that came “for free” with the @objc inference rules.
This commit is contained in:
@@ -492,7 +492,7 @@ class _SwiftNativeNSEnumerator {}
|
||||
// FIXME(ABI)#60 : move into the Foundation overlay and remove 'open'
|
||||
@objc @_swift_native_objc_runtime_base(_SwiftNativeNSDataBase)
|
||||
open class _SwiftNativeNSData {
|
||||
public init() {}
|
||||
@objc public init() {}
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Reference in New Issue
Block a user