haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/test/testdata/RealignDo.hs
foo :: Maybe Integer
foo = do x <- Just 5
t <- Just 10
pure $ x + t
foo :: Maybe Integer
foo = do x <- Just 5
t <- Just 10
pure $ x + t