Do using Foo :: enum at the type_decl stage

This commit is contained in:
gingerBill
2018-07-29 11:29:20 +01:00
parent 6512a3e5f2
commit 96fc9138d4
8 changed files with 33 additions and 33 deletions

View File

@@ -135,7 +135,6 @@ struct TypeStruct {
Scope * scope; \
Entity * names; \
Type * base_type; \
bool is_using; \
}) \
TYPE_KIND(Union, struct { \
Array<Type *> variants; \