summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3774.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug3774.scala')
-rw-r--r--test/files/neg/bug3774.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/neg/bug3774.scala b/test/files/neg/bug3774.scala
new file mode 100644
index 0000000000..2fb9bf5d39
--- /dev/null
+++ b/test/files/neg/bug3774.scala
@@ -0,0 +1,3 @@
+object Hang {
+ Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)})
+} \ No newline at end of file