summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod93.hs
blob: 9dbd82cc9d800b3381b15c8f2c10088a5d7fe144 (plain)
1
2
3
4
-- !!! Importing Class with duplicate member
module M where
import Prelude(Eq((==),(/=),(==)))