All control statements
Describes a scala3-style condition of an if or while which requires a terminating token.
Describes the part of an if or while whose condition started with an opening parenthesis,
after encountering the matching closing parenthesis; it might still continue a scala3-style
condition or describe the body instead.
Describes the initial part of an if or while condition that started with an opening
parenthesis, before the matching closing parenthesis has been encountered.
region hierarchy to mark packages, classes, etc which can use colon-eol before template
this marks the initial part of extension
this marks the template body (or constructs which look like a template body, such as extensions).
the initial part of the template, containing any inherit clauses
the initial part of declaration, before the template
Describes the body of an if statement, with a possible else following.
this marks the template body (or constructs which look like a template body, such as extensions). for instance, helps override handling of
casedesigned for catch/match/partial function but inappropriate for enum.