summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail012.hs
blob: 725b0d1632997071815ffff631473c8746e4e672 (plain)
1
2
3
4
5
6
7
8
9

class A a where
 op1 :: a

class B a where
 op2 :: b -> b

class A a where
 op3 :: a