summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_wrongarity.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/wellkinded_wrongarity.check')
-rw-r--r--test/files/neg/wellkinded_wrongarity.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/wellkinded_wrongarity.check b/test/files/neg/wellkinded_wrongarity.check
new file mode 100644
index 0000000000..548b5e40bb
--- /dev/null
+++ b/test/files/neg/wellkinded_wrongarity.check
@@ -0,0 +1,4 @@
+wellkinded_wrongarity.scala:5: error: type Pair takes two type parameters, expected: one
+object mp extends Monad[Pair]
+ ^
+one error found