hls-explicit-imports-plugin-2.6.0.0: test/testdata/ExplicitOnlyThis.hs
module ExplicitOnlyThis where import ExplicitA import ExplicitB main :: IO () main = putStrLn $ "hello " ++ a1 ++ b1
module ExplicitOnlyThis where import ExplicitA import ExplicitB main :: IO () main = putStrLn $ "hello " ++ a1 ++ b1