hls-pragmas-plugin-1.0.2.0: test/testdata/PragmaThenLineComment.expected.hs
{-# LANGUAGE TypeApplications #-} -- line comment
{-# LANGUAGE TupleSections #-}
module PragmaThenLineComment where
a = (1,)
{-# LANGUAGE TypeApplications #-} -- line comment
{-# LANGUAGE TupleSections #-}
module PragmaThenLineComment where
a = (1,)