We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c2db4 commit c58df0eCopy full SHA for c58df0e
tests/neg/missing-implicit3.check
@@ -7,3 +7,8 @@
7
| ord.Ord.ordered[ord.Foo](/* missing */summon[ord.Foo => Comparable[? >: ord.Foo]])
8
|
9
| But no implicit values were found that match type ord.Foo => Comparable[? >: ord.Foo].
10
+ |
11
+ | The following import might make progress towards fixing the problem:
12
13
+ | import scala.math.Ordered.orderingToOrdered
14
0 commit comments