Update ast_kinds.hpp to latest changes

This commit is contained in:
2024-06-11 19:26:26 -04:00
parent 3f0169d9ff
commit b7a7ada7ae
+1
View File
@@ -153,6 +153,7 @@ struct CallExpr {
bool optional_ok_one;
bool was_selector;
AstSplitArgs *split_args;
Entity *entity_procedure_of;
};
char const* desc_FieldValue = "field value";