hls-hlint-plugin-1.0.3.0: test/testdata/UnrecognizedPragmasOff.expected.hs
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Eta reduce" #-}
module UnrecognizedPragmasOff where
foo x = id x
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Eta reduce" #-}
module UnrecognizedPragmasOff where
foo x = id x