Skip to content

EPA: Fix range for GADT decl with sig only

Alan Zimmerman requested to merge wip/az/T24714-GADT-sig-only-span into master

For the declaration

data GenericOptions
  :: fieldLabelModifier
  -> tagSingleConstructors
  -> Type

make the SrcSpan include the entire declaration, including the end of the signature.

Closes #24714 (closed)

Merge request reports