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