nowarn falsely reports "annotation does not suppress any warnings" when suppressing unused private members #19992
Labels
area:linting
Linting warnings enabled with -W or -Xlint
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:bug
stat:duplicate
Compiler version
3.3.3
Minimized code
Scastie at https://scastie.scala-lang.org/OVJH4ESRR4iswVLoeyay2A
Output
Expectation
Should not output a warning since it suppresses a "unused private member" warning that would appear otherwise.
Similar to
Maybe a duplicate of #18341 ?
The text was updated successfully, but these errors were encountered: