-
Notifications
You must be signed in to change notification settings - Fork 21
Cannot shuffle a Range, but can shuffle Range.Inclusive #11875
New issue
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
Comments
|
I'm new to this dev community and found this issue interesting. As I was trying to understand the issue, I realised that Would changing the return type of def until(end: Int): Range.Exclusive = Range(self, end) |
Thanks @som-snytt, should we close this issue given it's duplicate of #6948? |
Yeah, I think so, following #8569's lead. |
Duplicate of #6948 |
Scala 2.12.10:
Scala 2.13.1:
There is definitely something wrong.
The text was updated successfully, but these errors were encountered: