[project @ 1998-05-22 15:27:05 by simonm]
[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