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

import Mod145_A

class C1 a where
  m1 :: a -> Int