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