summaryrefslogtreecommitdiff
path: root/test/files/neg/t3774.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3774.check')
-rw-r--r--test/files/neg/t3774.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3774.check b/test/files/neg/t3774.check
index d73166bff9..59c63c4ee8 100644
--- a/test/files/neg/t3774.check
+++ b/test/files/neg/t3774.check
@@ -3,5 +3,5 @@ t3774.scala:4: error: overloaded method value ++ with alternatives:
[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