packages feed

haskell-language-server-2.7.0.0: plugins/hls-alternate-number-format-plugin/test/testdata/TFindLiteralIntCase.hs

{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralIntCase where

caseExpression x = case x + 34 of
                    _ -> "testing if we find a literal in the case statement"