mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ClangImporter: Import unbounded NSSets and NSDictionaries using AnyHashable.
This commit is contained in:
@@ -1180,7 +1180,8 @@ extension String {
|
||||
/// values found in the `String`.
|
||||
public
|
||||
func propertyListFromStringsFileFormat() -> [String : String] {
|
||||
return _ns.propertyListFromStringsFileFormat() as! [String : String]
|
||||
return _ns.propertyListFromStringsFileFormat()! as [NSObject : AnyObject]
|
||||
as! [String : String]
|
||||
}
|
||||
|
||||
// - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)aSet
|
||||
|
||||
Reference in New Issue
Block a user