packages feed

hls-alternate-number-format-plugin-1.1.0.0: 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"