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