We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tuple.splitAt
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Also on 3.2.0) https://dotty.epfl.ch/api/scala/Tuple.html# Displays:
inline def splitAt[This >: Tuple <: Tuple](n: Int): (This, Int)
Whereas the signature in the implementation is:
inline def splitAt[This >: this.type <: Tuple](n: Int): Split[This, n.type]
https://github.com/lampepfl/dotty/blob/main/library/src/scala/Tuple.scala#L79
The text was updated successfully, but these errors were encountered:
@Florian3k's PR should be removed from "Development" (on the right), as it doesn't solve the issue fully
Alternatively, it can stay like that if a more precise issue is open
Sorry, something went wrong.
I've created separate issue for that: #17226
Perfect, thanks!
therefore this issue can be closed as soon as the PR is merged
57c2b66
pikinier20
Successfully merging a pull request may close this issue.
(Also on 3.2.0)
https://dotty.epfl.ch/api/scala/Tuple.html#
Displays:
Whereas the signature in the implementation is:
https://github.com/lampepfl/dotty/blob/main/library/src/scala/Tuple.scala#L79
The text was updated successfully, but these errors were encountered: