mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed data cycle issue, 'using' union field lookup
This commit is contained in:
parent
c6f2798db7
commit
519ccfe969
3 changed files with 16 additions and 4 deletions
|
@ -5336,7 +5336,7 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
|||
|
||||
if (resolvedFieldType->IsValueType())
|
||||
{
|
||||
BF_ASSERT(!resolvedFieldType->IsDataIncomplete());
|
||||
BF_ASSERT((!resolvedFieldType->IsDataIncomplete()) || (resolvedFieldType->HasTypeFailed()));
|
||||
}
|
||||
|
||||
if (!mCompiler->mIsResolveOnly)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue