API Notes File: Add the notes generated as the product of the first nullability audit of Foundation

As well as the required test modifications.

Swift SVN r21126
This commit is contained in:
Anna Zaks
2014-08-09 01:40:48 +00:00
parent 40d5448bde
commit ca03e527c3
6 changed files with 7182 additions and 267 deletions

View File

@@ -13,7 +13,7 @@ import Foundation
// The most simple subclass of NSString that CoreFoundation does not know
// about.
class NonContiguousNSString : NSString {
required init(coder aDecoder: NSCoder!) {
required init(coder aDecoder: NSCoder) {
fatalError("don't call this initializer")
}