[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail012.hs
1
2 class A a where
3  op1 :: a
4
5 class B a where
6  op2 :: b -> b
7
8 class A a where
9  op3 :: a