summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr
new file mode 100644
index 0000000000..617d2b8d9e
--- /dev/null
+++ b/testsuite/tests/partial-sigs/should_fail/WildcardInADT1.stderr
@@ -0,0 +1,4 @@
+
+WildcardInADT1.hs:4:26:
+ A constructor cannot have a partial type:
+ Foo (Either _ a)