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.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/hk-infer.scala b/test/files/pos/hk-infer.scala
index a1b83bf04a..30e3476404 100644
--- a/test/files/pos/hk-infer.scala
+++ b/test/files/pos/hk-infer.scala
@@ -8,6 +8,9 @@ object Basis {
import Basis._
object DoesWork {
+ // Doesn'tWork
+ // def f1 = x ++ y ++ x1 ++ x2
+
def f2 = List(x, y, x1, x2).flatten
}