summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod34.hs
blob: 9b5924563017727e05db17b5ff8ec21e3d18dfea (plain)
1
2
3
4
5
-- !!! Defining local value with same name as imported class member.
-- was: Imported member fun clashes with local var definition
module M where
import Data.Ix(Ix(..))
index x = x