File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -208,12 +208,12 @@ keyword
208
208
209
209
// Source: §6.4.4 Keywords
210
210
contextual_keyword
211
- : 'add' | 'alias' | 'ascending' | 'async' | 'await'
212
- | 'by' | 'descending' | 'dynamic' | 'equals' | 'from'
213
- | 'get' | 'global' | 'group' | 'into' | 'join'
214
- | 'let' | 'nameof' | 'on ' | 'orderby' | 'partial '
215
- | 'remove' | 'select' | 'set' | 'unmanaged' | 'value '
216
- | 'var' | 'when' | 'where' | 'yield'
211
+ : 'add' | 'alias' | 'ascending' | 'async' | 'await'
212
+ | 'by' | 'descending' | 'dynamic' | 'equals' | 'from'
213
+ | 'get' | 'global' | 'group' | 'into' | 'join'
214
+ | 'let' | 'nameof' | 'notnull ' | 'on' | 'orderby '
215
+ | 'partial' | ' remove' | 'select' | 'set' | 'unmanaged'
216
+ | 'value' | ' var' | 'when' | 'where' | 'yield'
217
217
;
218
218
219
219
// Source: §6.4.5.1 General
You can’t perform that action at this time.
0 commit comments