mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -2143,7 +2143,8 @@ class NonContiguousNSString : NSString {
|
||||
self.init(encoded)
|
||||
}
|
||||
|
||||
@objc override func copy(withZone zone: NSZone) -> AnyObject {
|
||||
@objc(copyWithZone:)
|
||||
override func copy(with zone: NSZone) -> AnyObject {
|
||||
// Ensure that copying this string produces a class that CoreFoundation
|
||||
// does not know about.
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user