From 83b67aa805fd1329d6bcc54b1c1fa16416437b6f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 2 Oct 2009 17:57:16 +0000 Subject: Sequence->Seq --- test/pending/pos/t2179.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/pending/pos/t2179.scala (limited to 'test/pending/pos/t2179.scala') diff --git a/test/pending/pos/t2179.scala b/test/pending/pos/t2179.scala new file mode 100644 index 0000000000..fd37d8f760 --- /dev/null +++ b/test/pending/pos/t2179.scala @@ -0,0 +1,6 @@ +on trunk r18368, this delightful little poison pill: + +(Nil:List[List[Double]]).reduceLeft((_: Any, _: Any) => Nil.indices.map(_ => 0d)) + +sends the compiler into an apparently infinite loop. a sample thread dump shows: + -- cgit v1.2.3