From 7c515b34e0aa390d3683959a4da0bc296140abb7 Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Thu, 2 Sep 2010 14:14:17 +0000 Subject: fix for check file of t3774 --- test/files/neg/t3774.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') 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] [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 -- cgit v1.2.3