summaryrefslogblamecommitdiff
path: root/test/files/neg/t4163.scala
blob: 44686731d1581e87fbed9e39b60a256e927d4902 (plain) (tree)
1
2
3
4
5
6
7
8

           




                   
 
class Bug {
  val z = (
    for {
      x = 3
      y <- 0 to 100
    } yield y
  ).toArray
}