summaryrefslogtreecommitdiff
path: root/test/files/pos/seq-ordering.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/seq-ordering.scala')
-rw-r--r--test/files/pos/seq-ordering.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/seq-ordering.scala b/test/files/pos/seq-ordering.scala
index 517d8ae8aa..8f1d293c40 100644
--- a/test/files/pos/seq-ordering.scala
+++ b/test/files/pos/seq-ordering.scala
@@ -2,7 +2,7 @@ import Ordering.Implicits._
class A {
import Predef.{ implicitly => ? }
-
+
?[Ordering[List[Int]]]
?[Ordering[IndexedSeq[(Int, String)]]]
?[Ordering[Seq[Seq[Int]]]]