summaryrefslogblamecommitdiff
path: root/test/files/run/t2255.scala
blob: be800adf5ab8bdc8c7e1016489f25022e7c4bbf1 (plain) (tree)
1
2
3


                                                                     
object Test extends Application {
  println(Stream.continually(Stream(1, 2, 3)).flatten.take(6).toList)
}