Skip to content

Conversation

moiseev
Copy link
Contributor

@moiseev moiseev commented May 1, 2017

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

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>
@moiseev
Copy link
Contributor Author

moiseev commented May 1, 2017

@swift-ci Please test

@moiseev moiseev merged commit bba33f3 into swiftlang:master May 1, 2017
@moiseev moiseev deleted the joined-string branch May 1, 2017 23:26
norio-nomura added a commit to jpsim/Yams that referenced this pull request May 7, 2017
This will not be needed on master since swiftlang/swift#9154 has been merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant