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
3.2.2.
Based on the implementation of isOperator https://github.com/lampepfl/dotty/blob/3.3.0/compiler/src/dotty/tools/dotc/parsing/Scanners.scala#L87-L89, I am assuming that symbolic operator/identifier/names is defined to be:
isOperator
op
The text was updated successfully, but these errors were encountered:
I always intended to check the feature in -Xsource:3, as the implementations necessarily diverged.
-Xsource:3
Sorry, something went wrong.
infix
No branches or pull requests
Compiler version
3.2.2.
Steps
Problems
Expectation
Notes
Based on the implementation of
isOperator
https://github.com/lampepfl/dotty/blob/3.3.0/compiler/src/dotty/tools/dotc/parsing/Scanners.scala#L87-L89, I am assuming that symbolic operator/identifier/names is defined to be:op
characterThe text was updated successfully, but these errors were encountered: