API Notes File: The product of the 2d nullability audit of Foundation.

As well as the required test/stdlib modifications.

Swift SVN r21181
This commit is contained in:
Anna Zaks
2014-08-13 19:39:59 +00:00
parent 7f87bcef46
commit c519ecfe4f
7 changed files with 2483 additions and 518 deletions

View File

@@ -1349,7 +1349,7 @@ extension String {
/// by a given encoding.
public func stringByReplacingPercentEscapesUsingEncoding(
encoding: NSStringEncoding
) -> String {
) -> String? {
return _ns.stringByReplacingPercentEscapesUsingEncoding(encoding)
}