mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixing reification of attributes
This commit is contained in:
parent
14ad1b72fc
commit
622b832858
3 changed files with 28 additions and 19 deletions
|
@ -1276,7 +1276,8 @@ enum BfResolveTypeRefFlags
|
|||
BfResolveTypeRefFlag_AllowGenericParamConstValue = 0x10 | 0x20,
|
||||
BfResolveTypeRefFlag_AutoComplete = 0x40,
|
||||
BfResolveTypeRefFlag_FromIndirectSource = 0x80, // Such as a type alias or a generic parameter
|
||||
BfResolveTypeRefFlag_Attribute = 0x100
|
||||
BfResolveTypeRefFlag_Attribute = 0x100,
|
||||
BfResolveTypeRefFlag_NoReify = 0x200
|
||||
};
|
||||
|
||||
enum BfSrcPosFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue