summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16517.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T16517.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T16517.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T16517.stderr b/testsuite/tests/typecheck/should_fail/T16517.stderr
new file mode 100644
index 0000000000..8d20665afc
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T16517.stderr
@@ -0,0 +1,6 @@
+
+T16517.hs:5:29: error:
+ • Expected kind ‘k’, but ‘a’ has kind ‘k0’
+ • In the first argument of ‘Proxy’, namely ‘(a :: k)’
+ In the type signature: m :: Proxy (a :: k)
+ In the class declaration for ‘C’