diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3095.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3095.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T3095.hs b/testsuite/tests/parser/should_fail/T3095.hs new file mode 100644 index 0000000000..ad6b62c562 --- /dev/null +++ b/testsuite/tests/parser/should_fail/T3095.hs @@ -0,0 +1,5 @@ +{-# LANGUAGE KindSignatures #-} +-- Trac #3095 +module T3095 where + +class Bla (forall x . x :: *) where |