From bc4468cdd266fc12fe164c1b6ec4da94b71a4129 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 9 Oct 2011 19:24:48 +0000 Subject: Flipped varargs eta-expansion behavior. (T*)U now eta-expands to Seq[T] => U, not T* => U. There is a transition command line switch to get the old behavior for any who may have relied upon it: -Yeta-expand-keeps-star Closes SI-4176, no review. --- test/files/run/eta-expand-star.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/eta-expand-star.check (limited to 'test/files/run/eta-expand-star.check') diff --git a/test/files/run/eta-expand-star.check b/test/files/run/eta-expand-star.check new file mode 100644 index 0000000000..ce01362503 --- /dev/null +++ b/test/files/run/eta-expand-star.check @@ -0,0 +1 @@ +hello -- cgit v1.2.3