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
Closesscala#4300 adds better worded pattern match unreachability warning
- Used when isInstanceOf is called inside a match case
- The new message is "this case will always be taken because the scrutinee has type `<type>`"
- Highlights the position of `x: Int` instead of `x`
0 commit comments