HaRe-0.8.0.0: test/testdata/Renaming/RenameInExportedType2.expected.hs
module Renaming.RenameInExportedType ( MyType (NewType) ) where data MyType = MT Int | NewType
module Renaming.RenameInExportedType ( MyType (NewType) ) where data MyType = MT Int | NewType