Skip to content

Commit c58df0e

Browse files
committed
Fix failing test
1 parent 92c2db4 commit c58df0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/neg/missing-implicit3.check

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
| ord.Ord.ordered[ord.Foo](/* missing */summon[ord.Foo => Comparable[? >: ord.Foo]])
88
|
99
| 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

Comments
 (0)