haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/LambdaCaseTest/InCaseRhs.hs
{-# LANGUAGE LambdaCase #-}
module InCaseRhs where
f x = case x of
[] -> \case {() -> ()} {-* LambdaCase *-}
xs -> \case {() -> ()} {-* LambdaCase *-}