From 1e828fdbf04402dc53e897f6a7201bad00388b70 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 13 Jan 2010 22:50:40 +0000 Subject: Reverts r20311 since I'm not seeing what's goin... Reverts r20311 since I'm not seeing what's going on in #2876 and the optimization can wait. --- test/files/run/bug2876.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/bug2876.scala (limited to 'test/files/run') diff --git a/test/files/run/bug2876.scala b/test/files/run/bug2876.scala new file mode 100644 index 0000000000..f71879ebff --- /dev/null +++ b/test/files/run/bug2876.scala @@ -0,0 +1,7 @@ +object Test +{ + def main(args: Array[String]): Unit = { + "x".view.filter(_ => true).take(1) + } +} + -- cgit v1.2.3