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


           
                 



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