Update Foundation overlay for id-as-Any.

This commit is contained in:
Joe Groff
2016-07-22 16:48:19 -07:00
parent 9effc047e6
commit 95e462022d
13 changed files with 105 additions and 92 deletions

View File

@@ -1170,7 +1170,7 @@ extension String {
/// Parses the `String` as a text representation of a
/// property list, returning an NSString, NSData, NSArray, or
/// NSDictionary object, according to the topmost element.
public func propertyList() -> AnyObject {
public func propertyList() -> Any {
return _ns.propertyList()
}