mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update Foundation overlay for id-as-Any.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user