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
funtest() {
letm: map<Int, Int> =emptyMap();
foreach (k, vinm) { /* k and v should be used */ }
try { whatever(); } catch (e) { /* e should be used */ }
}
k and v should be reported by neverAccessedVariables.
The text was updated successfully, but these errors were encountered:
k
andv
should be reported byneverAccessedVariables
.The text was updated successfully, but these errors were encountered: