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.3.0, 3.3.1, 3.4.0-RC1-bin-20231211-feed938-NIGHTLY
object Deps: trait D1 object D2 end Deps object Bug: import Deps.D1 class Cl(d1: D1): import Deps.* def f = (d1, D2) end Bug
if compiled with -Wunused:imports:
-Wunused:imports
[warn] ./bug.scala:7:15 [warn] unused import [warn] import Deps.D1 [warn] ^^
Shouldn't emit any warnings.
The text was updated successfully, but these errors were encountered:
9cb97ec
Successfully merging a pull request may close this issue.
Compiler version
3.3.0, 3.3.1, 3.4.0-RC1-bin-20231211-feed938-NIGHTLY
Minimized code
Output
if compiled with
-Wunused:imports
:Expectation
Shouldn't emit any warnings.
The text was updated successfully, but these errors were encountered: