Skip to content

Commit

Permalink
Update Reserved keywords list in the Language Reference (#171)
Browse files Browse the repository at this point in the history
`const` is not reserved, it has a meaning already. And `match` is not a keyword at all.
  • Loading branch information
lilyball authored Feb 19, 2024
1 parent 3b2feb4 commit bbb4d82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/modules/language-reference/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5120,11 +5120,9 @@ They cannot be used as a regular identifier, and currently do not have any meani
* `override`
* `record`
* `delete`
* `match`
* `case`
* `switch`
* `vararg`
* `const`

To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.

Expand Down

0 comments on commit bbb4d82

Please sign in to comment.