mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed an issue with primitive type aliases as generic params
This commit is contained in:
parent
a4d9d5a52f
commit
fe531be4ef
2 changed files with 7 additions and 9 deletions
|
@ -7130,6 +7130,11 @@ BfType* BfModule::ResolveTypeRef(BfTypeReference* typeRef, BfPopulateType popula
|
|||
}
|
||||
}
|
||||
|
||||
if (typeRef->ToString() == "Issue.I?")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
BfResolvedTypeSet::LookupContext lookupCtx;
|
||||
lookupCtx.mRootTypeRef = typeRef;
|
||||
lookupCtx.mRootTypeDef = typeDef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue