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
I wonder if there should be a diagnostic for the argument declaration as well (there is for regular var declarations). In theory that could be used for a Rename unused argument to _ code action.
The usage here is missing the "this code has no effect" diagnostic:
Contrast this with it being a regular variable (or field) instead, where it works as expected:
The text was updated successfully, but these errors were encountered: