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:
parent
88711eae69
commit
0d837d23cb
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue