mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stringWithBytes(_:length:encoding:) was passing an array to Objective-C incorrectly, and a garbage NSString was being constructed as a result. Unhide the initializer was accidentally hidden. Swift SVN r18674