haskell-tools-builtin-refactorings-1.0.1.1: test/ExtensionOrganizerTest/KindSignaturesTest/InClassDecl.hs
{-# LANGUAGE KindSignatures #-}
module InClassDecl where
class C (a :: *) where {-* KindSignatures *-}
f :: a -> ()
{-# LANGUAGE KindSignatures #-}
module InClassDecl where
class C (a :: *) where {-* KindSignatures *-}
f :: a -> ()