summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T15289.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/T15289.hs')
-rw-r--r--testsuite/tests/patsyn/should_fail/T15289.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T15289.hs b/testsuite/tests/patsyn/should_fail/T15289.hs
new file mode 100644
index 0000000000..bc9143a392
--- /dev/null
+++ b/testsuite/tests/patsyn/should_fail/T15289.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE PatternSynonyms #-}
+{-# LANGUAGE ScopedTypeVariables #-}
+module Oops where
+
+pattern What = True :: Maybe