hls-hlint-plugin-1.0.3.0: 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
{-# OPTIONS_GHC -Wunrecognised-pragmas #-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Eta reduce" #-}
module UnrecognizedPragmasOn where
foo x = id x