summaryrefslogtreecommitdiff
path: root/test/files/pos/hkrange.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/hkrange.scala')
-rw-r--r--test/files/pos/hkrange.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/hkrange.scala b/test/files/pos/hkrange.scala
index a6803230ed..8d61167ad8 100644
--- a/test/files/pos/hkrange.scala
+++ b/test/files/pos/hkrange.scala
@@ -1,5 +1,5 @@
class A {
def f[CC[X] <: Traversable[X]](x: CC[Int]) = ()
-
+
f(1 to 5)
}