summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/prog003/B.hs
blob: 77be6cbc0e58dfeb1301c32d15111971d1fc621b (plain)
1
2
3
4
5
-- !!! Exporting a class method should not export the class too
module B where
import A
f :: Class a => a -> a
f = method