mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now that `String` conforms to the `BidirectionalCollection` protocol, in the expression `let x = [""].joined()` the best matching overload for `joined` is no longer the one returning `String`. Fixes: <rdar://problem/31899440>
17 KiB
17 KiB