From 09f490bd56a44dd9084f2ea843ac954a586e6d32 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 4 Jun 2010 02:39:10 +0000 Subject: Reverts r21973, the patch I characterized as "h... Reverts r21973, the patch I characterized as "hacky but no-risk" in my commit message, for causing #3480. Closes #3480. I'd say no review but who can trust a guy who throws around "no risk" with such abandon. --- test/files/pos/bug3480.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/bug3480.scala (limited to 'test/files/pos') diff --git a/test/files/pos/bug3480.scala b/test/files/pos/bug3480.scala new file mode 100644 index 0000000000..830365170b --- /dev/null +++ b/test/files/pos/bug3480.scala @@ -0,0 +1,4 @@ +object Test { + val List(_*) = List(1) + val Array( who, what @ _* ) = "Eclipse plugin cannot not handle this" split (" ") +} -- cgit v1.2.3