You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is incorrect formatting seen when formatting comments around variant record declarations. See this example.
When there are child lines for the fields of the variant record, the indentation of comment is set at the margin. It should be set at the level of the case arm.
E.g.,
A = recordcase B of// here
C: (D: T);
end;
The text was updated successfully, but these errors were encountered:
There is incorrect formatting seen when formatting comments around variant record declarations. See this example.
When there are child lines for the fields of the variant record, the indentation of comment is set at the margin. It should be set at the level of the case arm.
E.g.,
The text was updated successfully, but these errors were encountered: