summaryrefslogtreecommitdiff
path: root/test/files/neg/bug608.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug608.check')
-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 4e8eb4d709..a8e32e4c10 100644
--- a/test/files/neg/bug608.check
+++ b/test/files/neg/bug608.check
@@ -1,6 +1,6 @@
bug608.scala:16: error: type mismatch;
- found : (a) => a
- required: (ha) => ?
- = g(f(x).bimap(id))
- ^
+ found : hs{type a = ha}
+ required: hs{type s = hs; type a = ha}
+ = g(f(x).bimap(id))
+ ^
one error found