fourmolu-0.20.1.0: data/examples/declaration/value/function/case-with-comment-before-where-four-out.hs
foo =
case x of
_ -> 1
-- comment
where
-- comment 2
x = 1
foo = case x of
_ -> 1
-- comment
where
-- comment 2
x = 1