haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/UnrecognizedPragmasOn.expected.hs
{-# OPTIONS_GHC -Wunrecognised-pragmas #-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Eta reduce" #-}
module UnrecognizedPragmasOn where
foo x = id x