From fd1c68f004f9cec9fc2aef430b0d28e845207987 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 18 Jul 2009 18:10:30 +0000 Subject: Added test case for #1764 to the test case for ... Added test case for #1764 to the test case for #1878 (as #1764 was fixed along with it in r18343.) --- test/files/neg/bug1878.check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/files/neg/bug1878.check') diff --git a/test/files/neg/bug1878.check b/test/files/neg/bug1878.check index 7b25a909a2..5484d675af 100644 --- a/test/files/neg/bug1878.check +++ b/test/files/neg/bug1878.check @@ -4,4 +4,7 @@ bug1878.scala:3: error: _* may only come last bug1878.scala:9: error: _* may only come last val List(List(_*, arg2), _) = List(List(1,2,3), List(4,5,6)) ^ -two errors found +bug1878.scala:13: error: _* may only come last + case

{ _* }

=> + ^ +three errors found -- cgit v1.2.3