mirror of
https://github.com/apple/pkl.git
synced 2026-05-30 10:30:53 +02:00
Update Reserved keywords list in the Language Reference (#171)
`const` is not reserved, it has a meaning already. And `match` is not a keyword at all.
This commit is contained in:
@@ -5120,11 +5120,9 @@ They cannot be used as a regular identifier, and currently do not have any meani
|
|||||||
* `override`
|
* `override`
|
||||||
* `record`
|
* `record`
|
||||||
* `delete`
|
* `delete`
|
||||||
* `match`
|
|
||||||
* `case`
|
* `case`
|
||||||
* `switch`
|
* `switch`
|
||||||
* `vararg`
|
* `vararg`
|
||||||
* `const`
|
|
||||||
|
|
||||||
To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.
|
To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user