summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc126.stderr-ghc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc126.stderr-ghc')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc126.stderr-ghc8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc126.stderr-ghc b/testsuite/tests/typecheck/should_compile/tc126.stderr-ghc
new file mode 100644
index 0000000000..a414a0e35a
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/tc126.stderr-ghc
@@ -0,0 +1,8 @@
+
+tc126.hs:15:25:
+ Warning: No explicit method nor default method for `bug'
+ In the instance declaration for `Bug (Int -> r) Int r'
+
+tc126.hs:16:10:
+ Warning: No explicit method nor default method for `bug'
+ In the instance declaration for `Bug f (c a) (c r)'