mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge commit '9cdbec13eee72feccfc5f8b987882a8c52e8107b' into swift-3-indexing-model
This commit is contained in:
@@ -33,7 +33,7 @@ class NonContiguousNSString : NSString {
|
||||
super.init()
|
||||
}
|
||||
|
||||
@objc(copyWithZone:) override func copy(with 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