haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/TwoHintsAndComment.hs
module TwoHintsAndComment where biggest items = foldr1 max items -- the line above will show two hlint hints, "eta reduce" and "use maximum"
module TwoHintsAndComment where biggest items = foldr1 max items -- the line above will show two hlint hints, "eta reduce" and "use maximum"