hls-alternate-number-format-plugin-1.1.0.0: test/testdata/TFindLiteralDoLet.hs
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoLet where
doLet :: IO ()
doLet = do
let x = 199
y = 144
pure ()
{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralDoLet where
doLet :: IO ()
doLet = do
let x = 199
y = 144
pure ()