diff options
Diffstat (limited to 'include/CompilerKit/AST.h')
| -rw-r--r-- | include/CompilerKit/AST.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 3632ef5..80dd19a 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -36,6 +36,7 @@ enum struct KeywordKind { kKeywordKindBodyEnd, kKeywordKindImplInit, kKeywordKindImpl, + kKeywordKindTrait, kKeywordKindNew, kKeywordKindDelete, kKeywordKindAccess, |
