summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T16344.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T16344.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T16344.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T16344.stderr b/testsuite/tests/dependent/should_fail/T16344.stderr
new file mode 100644
index 0000000000..b47561771f
--- /dev/null
+++ b/testsuite/tests/dependent/should_fail/T16344.stderr
@@ -0,0 +1,6 @@
+
+T16344.hs:7:46: error:
+ • Expected kind ‘ka’, but ‘Int’ has kind ‘*’
+ • In the second argument of ‘T’, namely ‘Int’
+ In the type ‘(T Type Int Bool)’
+ In the definition of data constructor ‘MkT’