Update validation tests for id-as-Any.

This commit is contained in:
Joe Groff
2016-07-24 20:16:47 -07:00
parent 5bfd6cc0c7
commit 21c15d8fe9
13 changed files with 114 additions and 111 deletions

View File

@@ -2127,7 +2127,7 @@ class NonContiguousNSString : NSString {
}
@objc(copyWithZone:)
override func copy(with zone: NSZone?) -> AnyObject {
override func copy(with zone: NSZone?) -> Any {
// Ensure that copying this string produces a class that CoreFoundation
// does not know about.
return self