summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyCase1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyCase1.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyCase1.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyCase1.stderr b/testsuite/tests/rep-poly/RepPolyCase1.stderr
new file mode 100644
index 0000000000..4804a67f8a
--- /dev/null
+++ b/testsuite/tests/rep-poly/RepPolyCase1.stderr
@@ -0,0 +1,8 @@
+
+RepPolyCase1.hs:14:7: error:
+ • The scrutinee of the case statement
+ does not have a fixed runtime representation.
+ Its type is:
+ a :: TYPE r
+ • In the expression: case bar @a () of {}
+ In an equation for ‘x’: x _ = case bar @a () of {}