haskell-language-server-2.7.0.0: plugins/hls-explicit-imports-plugin/test/testdata/ExplicitBreakFile.expected.hs
{-# OPTIONS_GHC -Wall #-}
module ExplicitBreakFile whexe
import ExplicitA ( a1 )
main = putStrLn $ "hello " ++ a1
{-# OPTIONS_GHC -Wall #-}
module ExplicitBreakFile whexe
import ExplicitA ( a1 )
main = putStrLn $ "hello " ++ a1