mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] Pinging the compiler doesn't usually help
Swift SVN r28225
This commit is contained in:
@@ -1397,7 +1397,7 @@ extension String {
|
||||
/// Returns an array of strings made by separately appending
|
||||
/// to the `String` each string in in a given array.
|
||||
public func stringsByAppendingPaths(paths: [String]) -> [String] {
|
||||
return _ns.stringsByAppendingPaths(paths) ping as! [String]
|
||||
return _ns.stringsByAppendingPaths(paths) as! [String]
|
||||
}
|
||||
|
||||
// - (NSString *)substringFromIndex:(NSUInteger)anIndex
|
||||
|
||||
Reference in New Issue
Block a user