1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed missing generic type validation errors with elemented types

This commit is contained in:
Brian Fiete 2021-01-18 16:01:22 -08:00
parent 95fe97496c
commit 733f7ec983
3 changed files with 62 additions and 32 deletions

View file

@ -6543,7 +6543,7 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
BfIRValue methodNameConst = GetStringObjectValue(methodDef->mName, true);
BfMethodFlags methodFlags = moduleMethodInstance.mMethodInstance->GetMethodFlags();
BfMethodFlags methodFlags = defaultMethod->GetMethodFlags();
int customAttrIdx = _HandleCustomAttrs(methodCustomAttributes);