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

import Data.Kind (Type)

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