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
match may not be exhaustive.
It would fail on pattern case:T.S(_)
Expectation
This warning is incorrect: it's impossible to produce an Eq[A, B] where A and B are distinct, so a T[Int]must be a T.I: a T.S would need an Eq[Int, String], which is impossible.