summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/type-diagnostics.check3
1 files changed, 2 insertions, 1 deletions
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