mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Foundation] Address deprecated @objc inference warnings.
Another 15 unnecessary Objective-C entry points eliminated.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
@_exported import Foundation // Clang module
|
||||
|
||||
extension NSDate : CustomPlaygroundQuickLookable {
|
||||
@nonobjc
|
||||
var summary: String {
|
||||
let df = DateFormatter()
|
||||
df.dateStyle = .medium
|
||||
|
||||
Reference in New Issue
Block a user