summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T20043.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T20043.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T20043.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T20043.stderr b/testsuite/tests/typecheck/should_fail/T20043.stderr
new file mode 100644
index 0000000000..cafb93bd04
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T20043.stderr
@@ -0,0 +1,6 @@
+
+T20043.hs:20:24: error:
+ • Expected kind ‘GHC.Types.RuntimeRep’, but ‘a’ has kind ‘*’
+ • In the type ‘a’
+ In the expression: undefined @a
+ In an equation for ‘y’: y = undefined @a