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.
never
-source
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
a1b5d43
//> using options -source:never @main def hello = println("hello")
Compiles
never should not be accepted when using the -source flag
The text was updated successfully, but these errors were encountered:
chore: filter allowed source versions by import and by settings (#23215)
52b26f8
Closes #23214 We also split the logic to handle illegal imports separately as in #23082, we want to authorise `2.13` in imports but not in the settings
hamzaremmal
Successfully merging a pull request may close this issue.
Compiler version
a1b5d43
Minimized code
Output
Compiles
Expectation
never
should not be accepted when using the-source
flagThe text was updated successfully, but these errors were encountered: