From e0aeabba88613ff53f8eb86104e444bea75c97c6 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Mon, 28 Feb 2011 11:47:33 +0000 Subject: Fixes and closes #4294. No review. --- test/files/run/t4294.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/run/t4294.scala (limited to 'test/files/run/t4294.scala') diff --git a/test/files/run/t4294.scala b/test/files/run/t4294.scala new file mode 100644 index 0000000000..588fa90f76 --- /dev/null +++ b/test/files/run/t4294.scala @@ -0,0 +1,9 @@ + + + + +object Test { + def main(args: Array[String]) { + (Stream.from(1).collect{case x if x > 5000000 => x}: Stream[Int]) + } +} -- cgit v1.2.3