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