mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -110,7 +110,8 @@ extension _SwiftNativeNSArrayWithContiguousStorage: _NSArrayCore {
|
||||
}
|
||||
}
|
||||
|
||||
@objc internal func copy(withZone _: _SwiftNSZone) -> AnyObject {
|
||||
@objc(copyWithZone:)
|
||||
internal func copy(withZone _: _SwiftNSZone) -> AnyObject {
|
||||
return self
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user