hls-refactor-plugin-1.0.0.0: test/data/import-placement/WhereKeywordLowerInFileNoExports.expected.hs
module Asdf where import Data.Int f :: Int64 -> Int64 f = id' where id' = id g :: Int -> Int g = id where' :: Int -> Int where' = id
module Asdf where import Data.Int f :: Int64 -> Int64 f = id' where id' = id g :: Int -> Int g = id where' :: Int -> Int where' = id