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
Perform subtype comparisons in same order as before.
Interestingly, swapping the order in which argument subtypes were tested in
`isSubArg` caused
- one exhaustivity failure (patmat/i9631.scala)
- one failed compile in the community build (libretto).
- one reclassification of a neg test to a pos test (i15365.scala)
We should find out at some point why, when we have the time.
0 commit comments