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-indexing-model
This commit is contained in:
@@ -2551,7 +2551,7 @@ final internal class _Native${Self}StorageOwner<${TypeParametersDecl}>
|
||||
|
||||
@objc(copyWithZone:)
|
||||
@warn_unused_result
|
||||
internal func copy(withZone zone: _SwiftNSZone) -> AnyObject {
|
||||
internal func copy(with zone: _SwiftNSZone) -> AnyObject {
|
||||
// Instances of this class should be visible outside of standard library as
|
||||
// having `NSSet` type, which is immutable.
|
||||
return self
|
||||
@@ -2588,7 +2588,7 @@ final internal class _Native${Self}StorageOwner<${TypeParametersDecl}>
|
||||
|
||||
@objc(copyWithZone:)
|
||||
@warn_unused_result
|
||||
internal func copy(withZone zone: _SwiftNSZone) -> AnyObject {
|
||||
internal func copy(with zone: _SwiftNSZone) -> AnyObject {
|
||||
// Instances of this class should be visible outside of standard library as
|
||||
// having `NSDictionary` type, which is immutable.
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user