From b810d8c4012d1b09fa95181790722b60967be3fc Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 28 Nov 2010 06:45:29 +0000 Subject: Did some more polishing on the infamous partial... Did some more polishing on the infamous partial function error message. No review. --- test/files/neg/type-diagnostics.check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/neg/type-diagnostics.check b/test/files/neg/type-diagnostics.check index 62d580a788..0ed9f4631b 100644 --- a/test/files/neg/type-diagnostics.check +++ b/test/files/neg/type-diagnostics.check @@ -14,7 +14,8 @@ type-diagnostics.scala:17: error: type mismatch; def f2[String](s: String) = strings(List(s)) ^ type-diagnostics.scala:21: error: missing parameter type for expanded function -(see SLS 8.5, "Pattern Matching Anonymous Functions") +The argument types of an anonymous function must be fully known. (SLS 8.5) +Expected type was: ? val f = { case 5 => 10 } ^ four errors found -- cgit v1.2.3