apply-refact-0.7.0.0: tests/examples/LambdaCase01.hs.expected
-- NOTE: The tests run with `-XLambdaCase`. -- If that option is not preserved, parsing here will fail. foo = \case 1 -> id _ -> const 0
-- NOTE: The tests run with `-XLambdaCase`. -- If that option is not preserved, parsing here will fail. foo = \case 1 -> id _ -> const 0