mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Specialized-by-autocomplete-method dependency fix
This commit is contained in:
parent
4678dcb9e5
commit
a87731e0ef
2 changed files with 5 additions and 2 deletions
|
@ -3333,7 +3333,10 @@ void BfModule::AddDependency(BfType* usedType, BfType* userType, BfDependencyMap
|
|||
}
|
||||
|
||||
if (usedType->IsSpecializedByAutoCompleteMethod())
|
||||
return;
|
||||
{
|
||||
if ((flags & (BfDependencyMap::DependencyFlag_TypeGenericArg | BfDependencyMap::DependencyFlag_OuterType | BfDependencyMap::DependencyFlag_DerivedFrom)) == 0)
|
||||
return;
|
||||
}
|
||||
|
||||
// if (usedType->IsBoxed())
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue