packages feed

hls-rename-plugin-1.0.0.0: test/testdata/QualifiedShadowing.expected.hs

import qualified Foo as F

bar :: Int -> Int
bar x = F.foobar x + foo x

foo :: Int -> Int
foo _ = 5