summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-09-02 14:14:17 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-09-02 14:14:17 +0000
commit7c515b34e0aa390d3683959a4da0bc296140abb7 (patch)
tree6370e803cd22220f09782b74430b880d6487cca7 /test/files/neg
parentcca4772f61f25cd43d7ab440e4311f85668ce39d (diff)
downloadscala-7c515b34e0aa390d3683959a4da0bc296140abb7.tar.gz
scala-7c515b34e0aa390d3683959a4da0bc296140abb7.tar.bz2
scala-7c515b34e0aa390d3683959a4da0bc296140abb7.zip
fix for check file of t3774
Diffstat (limited to 'test/files/neg')
-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..f1a787a7a1 100644
--- a/test/files/neg/t3774.check
+++ b/test/files/neg/t3774.check
@@ -1,7 +1,7 @@
t3774.scala:4: 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)])
+ cannot be applied to (scala.collection.immutable.IndexedSeq[((Int, Int), scala.collection.immutable.Range.Inclusive with scala.collection.immutable.Range.ByOne)])
Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)})
^
one error found