mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added comptype test
This commit is contained in:
parent
83069fa216
commit
8435caf340
8 changed files with 87 additions and 47 deletions
|
@ -31,7 +31,8 @@ enum BfResolveTypeRefFlags
|
|||
BfResolveTypeRefFlag_Attribute = 0x100,
|
||||
BfResolveTypeRefFlag_NoReify = 0x200,
|
||||
BfResolveTypeRefFlag_NoCreate = 0x400,
|
||||
BfResolveTypeRefFlag_NoWarnOnMut = 0x800
|
||||
BfResolveTypeRefFlag_NoWarnOnMut = 0x800,
|
||||
BfResolveTypeRefFlag_DisallowComptime = 0x1000
|
||||
};
|
||||
|
||||
enum BfTypeNameFlags : uint16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue