From b408d0e98f694add637fc867433c627ca3191062 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 20 Nov 2009 21:02:23 +0000 Subject: Closed #2642 --- test/files/neg/bug875.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/bug875.check') diff --git a/test/files/neg/bug875.check b/test/files/neg/bug875.check index d547c8d69c..16a982241e 100644 --- a/test/files/neg/bug875.check +++ b/test/files/neg/bug875.check @@ -4,8 +4,8 @@ bug875.scala:3: error: no `: _*' annotation allowed here ^ bug875.scala:6: error: no `: _*' annotation allowed here (such annotations are only allowed in arguments to *-parameters) - mkList(xs: _*) - ^ + mkList1(xs: _*) + ^ bug875.scala:15: error: no `: _*' annotation allowed here (such annotations are only allowed in arguments to *-parameters) f(true, 1, xs: _*) -- cgit v1.2.3