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
Starting dotty REPL... scala> def (
Starting dotty REPL... scala> def Trying to highlight erroneous position [4..21]. Input size: 5 (
Good position for bad code.
Noticed at https://gitter.im/lampepfl/dotty?at=5f6eab495b75b305ddc6bde3
The text was updated successfully, but these errors were encountered:
Confirm fixed in 3.0-M3:
scala> def ( 1 |def ( | ^ | an identifier expected, but '(' found 1 |def ( | ^ | '=' expected, but eof found
Sorry, something went wrong.
Fixed in M1 by 3bb85e5
in updated extension syntax #9845
Misc regression tests were added in #10007 but the bad pos issue needs a pos-checking test.
No branches or pull requests
Minimized code
Output
Expectation
Good position for bad code.
Noticed at https://gitter.im/lampepfl/dotty?at=5f6eab495b75b305ddc6bde3
The text was updated successfully, but these errors were encountered: