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
The error message unexpectedly mentions $conform[Nothing].
No implicit Ordering defined for B
where: B is a type variable with constraint >: Foo
I found:
scala.math.Ordering.ordered[A]($conforms[Nothing])
But method $conforms in object Predef does not match type scala.math.Ordering.AsComparable[A].
expectation
The error message should be:
No implicit Ordering defined for B
where: B is a type variable with constraint >: Foo