haskell-language-server-2.7.0.0: plugins/hls-semantic-tokens-plugin/test/testdata/TFunctionLocal.hs
module TFunctionLocal where
f :: Int -> Int
f 1 = g 1
where
g x = 1
module TFunctionLocal where
f :: Int -> Int
f 1 = g 1
where
g x = 1