-
Notifications
You must be signed in to change notification settings - Fork 323
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
Use .. to identify autoscoped constructors #9285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not to start language wars but... it's easy to write ...
or ..
by accident. Maybe something like ?Just
instead of ..Just
would work better?
The syntax discussion is the right place to express such opinions. |
@jdunkerley, you wanted me to test: from Standard.Base import all
main =
a = 5
a..7 which yields |
Pull Request Description
Fixes #9275.
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
style guides.