From 963afa6aee9792f2f4e9beeecf89786c4303697a Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Tue, 24 Sep 2024 15:06:51 -0400 Subject: [PATCH] Add 'async' to the list of reserved keyword --- TSPL.docc/ReferenceManual/LexicalStructure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TSPL.docc/ReferenceManual/LexicalStructure.md b/TSPL.docc/ReferenceManual/LexicalStructure.md index ecdb695b4..0e9f13bca 100644 --- a/TSPL.docc/ReferenceManual/LexicalStructure.md +++ b/TSPL.docc/ReferenceManual/LexicalStructure.md @@ -373,6 +373,7 @@ so they must be escaped with backticks in that context. - Keywords reserved in particular contexts: `associativity`, + `async`, `convenience`, `didSet`, `dynamic`,