haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TQQExpError.hs
{-# LANGUAGE QuasiQuotes #-}
module TQQExpError where
import QQ
main :: IO ()
main = pure [str|str|]
{-# LANGUAGE QuasiQuotes #-}
module TQQExpError where
import QQ
main :: IO ()
main = pure [str|str|]