mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Do reifications forced by virtuals or interfaces for resolve-only
This commit is contained in:
parent
0918c702c6
commit
0208c74839
1 changed files with 1 additions and 1 deletions
|
@ -5672,7 +5672,7 @@ void BfCompiler::PopulateReified()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check reifications forced by virtuals or interfaces
|
// Check reifications forced by virtuals or interfaces
|
||||||
if ((!mIsResolveOnly) && (typeInst != NULL) && (typeInst->mIsReified) && (!typeInst->IsUnspecializedType()) && (!typeInst->IsInterface()) &&
|
if ((typeInst != NULL) && (typeInst->mIsReified) && (!typeInst->IsUnspecializedType()) && (!typeInst->IsInterface()) &&
|
||||||
(!typeInst->IsIncomplete()))
|
(!typeInst->IsIncomplete()))
|
||||||
{
|
{
|
||||||
// If we have chained methods, make sure we implement the chain members if the chain head is implemented and reified
|
// If we have chained methods, make sure we implement the chain members if the chain head is implemented and reified
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue