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