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
Warn if a switch case is unreachable because prior cases cover it. (#2811)
* Warn if a switch case is unreachable because prior cases cover it.
The exhaustiveness algorithm defines when a case is unreachable, but
the proposal didn't actually do anything with that information. This
closes that gap.
* Clarify that warning isn't spec'd.
0 commit comments