You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jchyb Maybe create a separate label for warn unused? There seem to be quite a lot of bug reports about that one specifically. That would make it easier to direct someone who can fix it to the issues.
Compiler version
3.3.0-RC2
Minimized code
Output
The compiler reports that fn in Ex has an unused explicit parameter a. This is the truth, but fn is an undeclared override of fn from Base.
Expectation
Either that the compiler doesn't warn, or complains that the user hasn't declared the override explicitly.
The text was updated successfully, but these errors were encountered: