Open
Description
As per the discussion in #59470, we want to start reporting UNUSED_LOCAL_VARIABLE
for non wildcard underscore cases (e.g., __
, ___
, etc).
UPDATE: non-wildcard underscores will produce diagnostics but whether we want to start reporting on other identifiers (e.g., e
or exception
) is still an open question. (See proposal below.)