mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added extern constraints to types
This commit is contained in:
parent
7724c6ae64
commit
c3bc2bc67c
10 changed files with 121 additions and 38 deletions
|
@ -880,6 +880,7 @@ public:
|
|||
Array<BfOperatorDef*> mOperators;
|
||||
BfMethodDef* mDtorDef;
|
||||
Array<BfGenericParamDef*> mGenericParamDefs;
|
||||
Array<BfExternalConstraintDef> mExternalConstraints;
|
||||
Array<BfTypeReference*> mBaseTypes;
|
||||
Array<BfTypeDef*> mNestedTypes;
|
||||
Array<BfDirectStrTypeReference*> mDirectAllocNodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue