Skip to content

EPA: Incorrect span for LWarnDec GhcPs

Alan Zimmerman requested to merge wip/az/T23892-warndecl-span-master into master

The code (from T23465.hs)

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

gives an incorrect span for the LWarnDecl GhcPs

Closes #23892 (closed)

Merge request reports