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
If we have a situation like this:
```
type A
type B <: A
implied a for A
implied b for B
```
we should recognize `b` to be more specific than `a`. Before this
commit that was not the case, since `a: A$`, `b: B$` and `B$` is not
a subtype of `A$`.
0 commit comments