From 4619393a6c3b52127ceec07e2fc3630d22aef51a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 15 Dec 2015 17:46:39 +0100 Subject: Categorize more tests All pos tests up to 3999 have been triaged. One new test in pending. --- tests/pos/t3774.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/pos/t3774.scala (limited to 'tests/pos/t3774.scala') diff --git a/tests/pos/t3774.scala b/tests/pos/t3774.scala new file mode 100644 index 000000000..2869925b0 --- /dev/null +++ b/tests/pos/t3774.scala @@ -0,0 +1,5 @@ +// This used to hang the lub process. Now it rejects the file. This is still not correct, +// but we can solve this only after a redesign of lub a la dot. +object Hang { + Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)}) +} -- cgit v1.2.3