haskell-language-server-2.7.0.0: plugins/hls-explicit-imports-plugin/test/testdata/ExplicitUsualCase.expected.hs
module ExplicitUsualCase where import ExplicitA ( a1 ) main :: IO () main = putStrLn $ "hello " ++ a1
module ExplicitUsualCase where import ExplicitA ( a1 ) main :: IO () main = putStrLn $ "hello " ++ a1