summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod146.hs
blob: b87f6d51cbd2968a34da8cfa03a5b317757311a5 (plain)
1
2
3
4
5
6
7
8
-- !!! Conflicting re-exportation of class methods
module Mod146(module Mod146, module Mod145_A) where

import Mod145_A

class C1 a where
  m1 :: a -> Int