summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_fail/T3095.hs
blob: ad6b62c5621f4a06cdccfada72ca96ed2dbd14ec (plain)
1
2
3
4
5
{-# LANGUAGE KindSignatures #-}
-- Trac #3095
module T3095 where

class Bla (forall x . x :: *) where