haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/UnusedImports.expected.hs
{-# OPTIONS_GHC -Wall #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
module M where
import Data.Functor
{-# OPTIONS_GHC -Wall #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
module M where
import Data.Functor