haskell-language-server-2.7.0.0: plugins/hls-alternate-number-format-plugin/test/testdata/TFindLiteralIntCase2.hs
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralIntCase where
caseExpression x = case x of
57 -> "testing to find literals in matching cases"
_ -> ""