Skip to content

Commit c99e5f5

Browse files
committed
Apply delta from PR #1536 (Record class alias) - 1 new review commit
1 parent bcda781 commit c99e5f5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

standard/classes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class_declaration
2020
;
2121
2222
class_tag
23-
: 'class'
24-
| 'record' 'class'?
23+
: 'record'? 'class'
24+
| 'record'
2525
;
2626
```
2727

@@ -35,6 +35,8 @@ If *class_tag* contains `record`, that class is a ***record class***; otherwise,
3535

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

38+
The *class_tag*s `record` and `record class` are equivalent.
39+
3840
For a record class, *class_modifier* shall not be `static`.
3941

4042
*delimited_parameter_list* shall not be present in a non-record class.

0 commit comments

Comments
 (0)