From a04195e63727872f04ad01900a18f6ca9ec5cf2b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 27 Aug 2009 14:45:35 +0000 Subject: added manifests to most parts of standard libra... added manifests to most parts of standard library which deal with arrays. One test is temporarily disabled, as it shows a deep problem with multi-dimensional arrays (which was present all along). --- test/files/neg/bug550.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug550.check') diff --git a/test/files/neg/bug550.check b/test/files/neg/bug550.check index bf92f6bb05..e1650b7ab1 100644 --- a/test/files/neg/bug550.check +++ b/test/files/neg/bug550.check @@ -1,7 +1,7 @@ bug550.scala:6: error: type List takes type parameters def sum[a](xs: List)(implicit m: Monoid[a]): a = ^ -bug550.scala:8: error: could not find implicit value for parameter m:Monoid[a]. +bug550.scala:8: error: could not find implicit value for parameter m: Monoid[a] sum(List(1,2,3)) ^ two errors found -- cgit v1.2.3