hls-alternate-number-format-plugin-1.0.1.0: test/testdata/TFindLiteralIntCase.hs
module TFindLiteralIntCase where
caseExpression x = case x + 34 of
_ -> "testing if we find a literal in the case statement"
module TFindLiteralIntCase where
caseExpression x = case x + 34 of
_ -> "testing if we find a literal in the case statement"