ghcide-1.2.0.0: 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 -fno-warn-missing-signatures #-}
module IgnoreFatal where
a = 'a'
-- "missing signature" is declared a fatal warning in the cabal file,
-- but is ignored in this module.
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module IgnoreFatal where
a = 'a'