summaryrefslogtreecommitdiff
path: root/test/files/pos/hk-infer.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/hk-infer.scala')
-rw-r--r--test/files/pos/hk-infer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/hk-infer.scala b/test/files/pos/hk-infer.scala
index 7834282bf2..30e3476404 100644
--- a/test/files/pos/hk-infer.scala
+++ b/test/files/pos/hk-infer.scala
@@ -31,7 +31,7 @@ object DoesWorkHK {
def BOOP(ys: Seq[M[_]]) = new Booper[M](xs ++ ys)
}
implicit def mkBoop[M[_]](xs: Seq[M[_]]) = new Booper[M](xs)
-
+
def f1 = x BOOP y BOOP x1 BOOP x2
}