summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3095.hs
blob: 9a748932197ed7dbac792f8c828555b334624825 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE KindSignatures #-}
-- #3095
module T3095 where

import Data.Kind (Type)

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