We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In Scala 2, a floating point literal like 2. is now disallowed. Dotty should do the same.
2.
The text was updated successfully, but these errors were encountered:
Fix scala#2334: Require at least one digit after '.' in floating poin…
512115e
…t literals
e8860ee
1c48cdb
Merge pull request #2336 from dotty-staging/fix-#2334
83da57a
Fix #2334: Require at least one digit after '.' in floating point literals
No branches or pull requests
In Scala 2, a floating point literal like
2.
is now disallowed. Dotty should do the same.The text was updated successfully, but these errors were encountered: