haskell-language-server-2.10.0.0: plugins/hls-pragmas-plugin/test/testdata/DeferredOutOfScopeVariables.hs
module DeferredOutOfScopeVariables where
f :: ()
f = let x = Doesn'tExist
in undefined
module DeferredOutOfScopeVariables where
f :: ()
f = let x = Doesn'tExist
in undefined