summaryrefslogblamecommitdiff
path: root/test/files/pos/seq-ordering.scala
blob: bcf1a7900446fee7f6edbc70c9a036a10501956b (plain) (tree)
1
2
3
4
5
6
7






                                        
class A {
  import Predef.{ implicitly => ? }

  ?[Ordering[List[Int]]]
  ?[Ordering[IndexedSeq[(Int, String)]]]
  ?[Ordering[Seq[Seq[Int]]]]
}