summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3774.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug3774.check')
-rw-r--r--test/files/neg/bug3774.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/bug3774.check b/test/files/neg/bug3774.check
new file mode 100644
index 0000000000..f969218770
--- /dev/null
+++ b/test/files/neg/bug3774.check
@@ -0,0 +1,7 @@
+bug3774.scala:2: error: overloaded method value ++ with alternatives:
+ [B1 >: List[Int]](xs: scala.collection.TraversableOnce[((Int, Int), B1)])scala.collection.immutable.Map[(Int, Int),B1] <and>
+ [B >: ((Int, Int), List[Int]),That](that: scala.collection.TraversableOnce[B])(implicit bf: scala.collection.generic.CanBuildFrom[scala.collection.immutable.Map[(Int, Int),List[Int]],B,That])That
+ cannot be applied to (scala.collection.immutable.IndexedSeq[((Int, Int), scala.collection.immutable.Range.Inclusive)])
+ Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)})
+ ^
+one error found