1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Allow typeof(Self) in static section

This commit is contained in:
Brian Fiete 2021-11-27 08:01:08 -08:00
parent 88711eae69
commit 0d837d23cb
3 changed files with 4 additions and 3 deletions

View file

@ -35,7 +35,8 @@ enum BfResolveTypeRefFlags
BfResolveTypeRefFlag_DisallowComptime = 0x1000,
BfResolveTypeRefFlag_AllowDotDotDot = 0x2000,
BfResolveTypeRefFlag_AllowGlobalContainer = 0x4000,
BfResolveTypeRefFlag_AllowInferredSizedArray = 0x8000
BfResolveTypeRefFlag_AllowInferredSizedArray = 0x8000,
BfResolveTypeRefFlag_AllowGlobalsSelf = 0x10000,
};
enum BfTypeNameFlags : uint16