haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/test/testdata/LetExpression.hs
module Let () where
import Foo
bar :: Int
bar = let foo = 5 in
foo * foo
quux :: Int
quux = Foo.foo 4
module Let () where
import Foo
bar :: Int
bar = let foo = 5 in
foo * foo
quux :: Int
quux = Foo.foo 4