haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/UnrecognizedPragmasOff.hs
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
module UnrecognizedPragmasOff where
foo x = id x
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
module UnrecognizedPragmasOff where
foo x = id x