summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/bug608.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/bug608.check b/test/files/neg/bug608.check
index a4b2664b58..17d39265d9 100644
--- a/test/files/neg/bug608.check
+++ b/test/files/neg/bug608.check
@@ -1,6 +1,6 @@
-bug608.scala:16 error: no type parameters for method bimap: ((ha) => c)hs{override type a = c} exist so that it can be applied to arguments ((ha) => ha)
- --- because ---
-result type hs{override type a = c} is incompatible with expected type hs{override type s = hs; override type a = ha}
+bug608.scala:16 error: type mismatch;
+ found : (a) => a
+ required: (ha) => ?
= g(f(x).bimap(id))
- ^
+ ^
one error found