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.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/bug608.check b/test/files/neg/bug608.check
new file mode 100644
index 0000000000..a4b2664b58
--- /dev/null
+++ b/test/files/neg/bug608.check
@@ -0,0 +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}
+ = g(f(x).bimap(id))
+ ^
+one error found