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