haskell-language-server-2.10.0.0: ghcide-test/data/ignore-fatal/IgnoreFatal.hs
-- "missing signature" is declared a fatal warning in the cabal file,
-- but is ignored in this module.
{-# OPTIONS_GHC -Wno-missing-signatures #-}
module IgnoreFatal where
a = 'a'