aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RoleAnnotations/role-on-class-after-definition.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RoleAnnotations #-}
module RoleOnClassAfterDefinition where
class C a b where
method :: a -> b -> ()
type role C representational _