Skip to content

API Annotations: Parens not attached correctly for ClassDecl

Alan Zimmerman requested to merge wip/T16212 into master

The parens around the kinded tyvars should be attached to the class declaration as a whole, they are attached to the tyvar instead, outside the span.

An annotation must always be within or after the span it is contained in.

Closes #16212 (closed)

Note: Depends on !190 (closed)

Merge request reports