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
they were deprecated for ages in Scala 2 and were dropped in 2.13: scala/scala#6324
The text was updated successfully, but these errors were encountered:
e.g. the following is illegal in Scala 2.13.4 but accepted in Scala 3.0.0-M3
scala> '\123'
Sorry, something went wrong.
Remove octal escape literals
c571618
Closes scala#10895 Ref scala/scala#6324 This PR removes octal escape in String literals, which was deprecated and removed in scala 2.
64aa7cf
Successfully merging a pull request may close this issue.
they were deprecated for ages in Scala 2 and were dropped in 2.13:
scala/scala#6324
The text was updated successfully, but these errors were encountered: