haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/import-placement/WhereDeclLowerInFile.hs
module Asdf (f , where') where f :: Int64 -> Int64 f = id' where id' = id g :: Int -> Int g = id where' :: Int -> Int where' = id
module Asdf (f , where') where f :: Int64 -> Int64 f = id' where id' = id g :: Int -> Int g = id where' :: Int -> Int where' = id