summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod38.hs
blob: 1391fbaeaf105fe29b07c13a605e170b87d36fa4 (plain)
1
2
3
4
-- !!! Class decl clashes with type decl
module M where
type C = Int
class C a where f :: a