summaryrefslogtreecommitdiff
path: root/test/files/neg/bug875.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-11-20 21:02:23 +0000
committerMartin Odersky <odersky@gmail.com>2009-11-20 21:02:23 +0000
commitb408d0e98f694add637fc867433c627ca3191062 (patch)
treed13ca7c02e122ae53941c04523073a3ce7b1ea1e /test/files/neg/bug875.check
parent937872a48956c11c278839622d5514a3ed65e25d (diff)
downloadscala-b408d0e98f694add637fc867433c627ca3191062.tar.gz
scala-b408d0e98f694add637fc867433c627ca3191062.tar.bz2
scala-b408d0e98f694add637fc867433c627ca3191062.zip
Closed #2642
Diffstat (limited to 'test/files/neg/bug875.check')
-rw-r--r--test/files/neg/bug875.check4
1 files changed, 2 insertions, 2 deletions
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: _*)