summaryrefslogblamecommitdiff
path: root/test/files/run/t4294.scala
blob: 588fa90f7611ba651c6fb694cef2c8cc98389faf (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     
object Test {
  def main(args: Array[String]) {
    (Stream.from(1).collect{case x if x > 5000000 => x}: Stream[Int])
  }
}