haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/golden/add-arg/MultiSigFirst.expected.hs
bar :: Bool -> Int foo :: Bool -> _ -> Int bar = const 1 foo True new_def = new_def [True] foo False new_def = 1
bar :: Bool -> Int foo :: Bool -> _ -> Int bar = const 1 foo True new_def = new_def [True] foo False new_def = 1