summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T14487.hs
blob: dacf4188fc83cddd2fafb92b8682e6090446f576 (plain)
1
2
3
4
5
6
7
module T14487 where

import T14487A hiding (duplicateName)

test = X duplicateName

duplicateName = 5