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.7
-- [E198] Unused Symbol Warning: case-using.scala:4:31 ------------------------- 4 |case class K(i: Int)(using val ctx: Ctx) | ^^^ | unused implicit parameter -- [E198] Unused Symbol Warning: case-using.scala:5:30 ------------------------- 5 |class C(val i: Int)(using val ctx: Ctx) | ^^^ | unused implicit parameter 2 warnings found
// TODO add output here
Don't warn for public member; it happens to be supplied implicitly.
The text was updated successfully, but these errors were encountered:
8b04ba8
som-snytt
Successfully merging a pull request may close this issue.
Compiler version
3.7
Minimized code
Output
// TODO add output here
Expectation
Don't warn for public member; it happens to be supplied implicitly.
The text was updated successfully, but these errors were encountered: