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
In #224 the compiler would throw an error for that case, but I think an error is unnecessary and very annoying for this situation, that's why I think a warning would suffice.
It would be nice if the compiler warned us about
var
s that are never modified so that we can make themconst
s.The text was updated successfully, but these errors were encountered: