mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Deeper binop interface check for generic param
This commit is contained in:
parent
f8da7eb618
commit
bf3dec931a
3 changed files with 44 additions and 0 deletions
|
@ -313,6 +313,7 @@ public:
|
|||
BfBaseClassWalker();
|
||||
BfBaseClassWalker(BfType* typeA, BfType* typeB, BfModule* module);
|
||||
void AddConstraints(BfType* srcType, BfGenericParamInstance* genericParam);
|
||||
void AddInterfaces(BfType* srcType, BfTypeInstance* typeInst);
|
||||
|
||||
public:
|
||||
Entry Next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue