using Foo :: enum {A, B, C}; len(Foo)

This commit is contained in:
gingerBill
2018-07-29 10:50:15 +01:00
parent 49f2124df0
commit 6512a3e5f2
11 changed files with 60 additions and 73 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ AST_KIND(_TypeBegin, "", bool) \
Token token; \
Ast * base_type; \
Array<Ast *> fields; /* FieldValue */ \
bool is_export; \
bool is_using; \
}) \
AST_KIND(BitFieldType, "bit field type", struct { \
Token token; \