mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added fixit for missing interface implementation methods
This commit is contained in:
parent
a296eb0f49
commit
45638a6e7e
7 changed files with 431 additions and 174 deletions
|
@ -3766,8 +3766,9 @@ void BfCompiler::ProcessAutocompleteTempType()
|
|||
autoComplete->mDefType = actualTypeDef;
|
||||
autoComplete->mInsertStartIdx = nameNode->GetSrcStart();
|
||||
autoComplete->mInsertEndIdx = nameNode->GetSrcEnd();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
autoComplete->ChcekInterfaceFixit(typeInst, tempTypeDef->mTypeDeclaration->mNameNode);
|
||||
|
||||
if (tempTypeDef->mTypeCode == BfTypeCode_TypeAlias)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue