haskell-language-server-2.12.0.0: plugins/hls-hlint-plugin/test/testdata/IgnoreHintAction.expected.hs
{- HLINT ignore "Eta reduce" -}
module IgnoreHintAction where
foo x = id x
{- HLINT ignore "Eta reduce" -}
module IgnoreHintAction where
foo x = id x