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
given fooOps: [A](a: A) with @nonsense def foo = ???
Either an error that annotations are not accepted in this position, or a type error because nonsense can't be found
nonsense
the parser accepts the annotation, as seen by output with Xprint:parser:
Xprint:parser
parsed: package <empty> { given object fooOps[A](a: A) { @nonsense() def foo = ??? } }
but it is dropped by the end of frontend
frontend
The text was updated successfully, but these errors were encountered:
This was fixed in #7572 but the linked issue from that was PR incorrect, (but already closed).
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
minimized code
expectation
Either an error that annotations are not accepted in this position, or a type error because
nonsense
can't be foundnotes
the parser accepts the annotation, as seen by output with
Xprint:parser
:but it is dropped by the end of
frontend
The text was updated successfully, but these errors were encountered: