summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3774.scala
blob: 2fb9bf5d394c7bc7d76cb65131a0d97fd5c6921b (plain) (blame)
1
2
3
object Hang {
  Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)})
}