Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion standard/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
;

class_tag
: 'class'
: 'record'? 'class'
| 'record'
;
```
Expand All @@ -33,6 +33,8 @@

If *class_tag* contains `record`, that class is a ***record class***; otherwise, it is a ***non-record class***.

The *class_tag*s `record` and `record class` are equivalent.

For a record class, *class_modifier* shall not be `static`.

*delimited_parameter_list* shall not be present in a non-record class.
Expand Down Expand Up @@ -6521,5 +6523,5 @@
>
> *end example*


Check failure on line 6526 in standard/classes.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

standard/classes.md:6526 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md012.md

Check failure on line 6527 in standard/classes.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

standard/classes.md:6527 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md012.md
Loading