summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T5951.hs
blob: 70756795f67f9bce06e4a86b6d43be1cbd26a811 (plain)
1
2
3
4
5
6
7
8
9
10
11
module T5951 where

class A a 
class B b
class C c

instance
       A =>
       B =>
       C where
         foo = undefined