False positive unused warnings in 3.7 nightly on implicits in method overrides #22895
Labels
area:implicits
related to implicits
area:linting
Linting warnings enabled with -W or -Xlint
itype:bug
regression
This worked in a previous version but doesn't anymore
Compiler version
3.7.1-RC1-bin-20250328-d519790-NIGHTLY
Minimized code
Output
Expectation
The parameter should not be reported unused since it's required to satisfy the
apply
method override.This is similar to #22742 which @som-snytt fixed in #22757 by suppressing unused warnings for explicit params in overrides -- could the same be done for implicits?
The text was updated successfully, but these errors were encountered: