haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/golden/add-arg/AddArgFromWhereComments.hs
foo -- c1
-- | c2
{- c3 -} True -- c4
= new_def
foo False = False
foo -- c1
-- | c2
{- c3 -} True -- c4
= new_def
foo False = False