hls-hlint-plugin-1.0.2.0: 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"