Avatar
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://...
👍 1