We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example: """ Scala allows the omission of parentheses on methods of arity-0 (no arguments):
reply() // is the same as reply
""" This is not allowed, at least in Scala 3: https://scastie.scala-lang.org/8HKODlg1QXWvKbo0QfeLvw
There is also no mention of the inline keyword, which I believe to be now required for inline methods
inline
The text was updated successfully, but these errors were encountered:
The truth is rather subtle due to the Java exclusion and empty application not entirely excluded.
Sorry, something went wrong.
Yes yes of course, but that doesn't change the fact the page should be updated ^^
No branches or pull requests
For example:
"""
Scala allows the omission of parentheses on methods of arity-0 (no arguments):
reply() // is the same as reply
"""
This is not allowed, at least in Scala 3:
https://scastie.scala-lang.org/8HKODlg1QXWvKbo0QfeLvw
There is also no mention of the
inline
keyword, which I believe to be now required for inline methodsThe text was updated successfully, but these errors were encountered: