summaryrefslogtreecommitdiff
path: root/test/files/neg/t608.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t608.check')
-rw-r--r--test/files/neg/t608.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t608.check b/test/files/neg/t608.check
new file mode 100644
index 0000000000..5c7f49d004
--- /dev/null
+++ b/test/files/neg/t608.check
@@ -0,0 +1,6 @@
+t608.scala:16: error: type mismatch;
+ found : hs{type a = ha}
+ required: hs{type s = hs; type a = ha}
+ = g(f(x).bimap(id))
+ ^
+one error found