1
0
Fork 0
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:
Brian Fiete 2024-09-26 12:33:51 -04:00
parent f8da7eb618
commit bf3dec931a
3 changed files with 44 additions and 0 deletions

View file

@ -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();