summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T4240A.hs
blob: 15215e7080aefb55ce31495b58250b184fd162a0 (plain)
1
2
3
4
5
6
7
8
9

module T4240A where

class C a where
    m :: a

instance C Int where
    m = 5