Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6082 commits behind the upstream repository.
Alan Zimmerman's avatar
Alan Zimmerman authored
The code (from T23465.hs)

    {-# WARNInG in "x-c" e "d" #-}
    e = e

gives an incorrect span for the LWarnDecl GhcPs

Closes #23892

It also fixes the Test23465/Test23464 mixup
ede3df27
History