summaryrefslogblamecommitdiff
path: root/test/files/run/t2176.scala
blob: f8b07271a1b25e2a0eb1e3437e4f11b8e13032d2 (plain) (tree)
1
2
3
4



                                                                               
object Test extends Application {
  val res0 = Stream.cons(1, Stream.cons( { println("ouch"); 2 }, Stream.empty))
  println(res0.take(1).force)
}