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
Similarly to regular case statements, pattern matching case statements should also check exhaustiveness during data flow analysis. This problem is much more difficult to solve than just the wildcard integer case though.