mirror of
https://github.com/apple/pkl.git
synced 2026-03-14 06:05:42 +01: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`
|
||||
* `record`
|
||||
* `delete`
|
||||
* `match`
|
||||
* `case`
|
||||
* `switch`
|
||||
* `vararg`
|
||||
* `const`
|
||||
|
||||
To use these names in an identifier, <<quoted-identifiers, surround them with backticks>>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user