haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/TypeApplications.hs
{-# LANGUAGE ScopedTypeVariables #-}
module TypeApplications where
foo :: forall a. a -> a
foo = id @a
{-# LANGUAGE ScopedTypeVariables #-}
module TypeApplications where
foo :: forall a. a -> a
foo = id @a