summaryrefslogtreecommitdiff
path: root/test/files/neg/type-diagnostics.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/type-diagnostics.check')
-rw-r--r--test/files/neg/type-diagnostics.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/type-diagnostics.check b/test/files/neg/type-diagnostics.check
index 0ed9f4631b..c5e6dec3f8 100644
--- a/test/files/neg/type-diagnostics.check
+++ b/test/files/neg/type-diagnostics.check
@@ -1,8 +1,8 @@
type-diagnostics.scala:4: error: type mismatch;
found : scala.collection.Set[String]
required: scala.collection.immutable.Set[String]
- def f = Calculator("Hello",binding.keySet)
- ^
+ def f = Calculator("Hello", binding.keySet: collection.Set[String])
+ ^
type-diagnostics.scala:13: error: type mismatch;
found : List[a(in method f2)]
required: List[a(in method f1)]