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