haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/IgnoreAnn.hs
module IgnoreAnn where
{-# ANN module "HLint: ignore Redundant bracket" #-}
f = (1)
module IgnoreAnn where
{-# ANN module "HLint: ignore Redundant bracket" #-}
f = (1)