haskell-language-server-2.9.0.0: plugins/hls-semantic-tokens-plugin/test/testdata/before_9_10/TFunction.hs
module TFunction where f :: forall a. a -> a f x = x x :: a x = undefined
module TFunction where f :: forall a. a -> a f x = x x :: a x = undefined