mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added nullable(T), Result<T> can use null conditionals
This commit is contained in:
parent
336226d686
commit
68bf7bc801
19 changed files with 343 additions and 210 deletions
|
@ -2050,7 +2050,7 @@ void BfIRBuilder::CreateTypeDeclaration(BfType* type, bool forceDbgDefine)
|
|||
trackDIType = true;
|
||||
}
|
||||
}
|
||||
else if ((type->IsGenericParam()) || (type->IsRetTypeType()))
|
||||
else if ((type->IsGenericParam()) || (type->IsModifiedTypeType()))
|
||||
{
|
||||
//mModule->PopulateType(mModule->mContext->mBfObjectType, BfPopulateType_Declaration);
|
||||
irType = MapType(mModule->mContext->mBfObjectType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue