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