hls-refactor-plugin-1.1.0.0: test/data/golden/add-arg/AddArgFromWhere.expected.hs
foo :: Bool -> _ -> Int
foo True new_def = bar
where
bar = new_def
foo False new_def = 1foo :: Bool -> _ -> Int
foo True new_def = bar
where
bar = new_def
foo False new_def = 1