hls-alternate-number-format-plugin-1.1.0.0: test/testdata/TFindLiteralDoReturn.hs
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoReturn where
doReturn :: IO Integer
doReturn = do
pure 54
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoReturn where
doReturn :: IO Integer
doReturn = do
pure 54