summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail116.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail116.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail116.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail116.stderr b/testsuite/tests/typecheck/should_fail/tcfail116.stderr
new file mode 100644
index 0000000000..8e7372413a
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail116.stderr
@@ -0,0 +1,6 @@
+
+tcfail116.hs:5:1:
+ The class method `bug'
+ mentions none of the type variables of the class Foo a
+ When checking the class method: bug :: ()
+ In the class declaration for `Foo'