mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Removed static using fixit for generic types
This commit is contained in:
parent
2fa72ceb45
commit
93f5890d6d
1 changed files with 2 additions and 0 deletions
|
@ -2482,6 +2482,8 @@ void BfSystem::FindFixitNamespaces(const StringImpl& typeName, int numGenericArg
|
|||
String outerName;
|
||||
if (typeDef->mOuterType != NULL)
|
||||
{
|
||||
if (!typeDef->mGenericParamDefs.IsEmpty())
|
||||
continue;
|
||||
outerName += "static ";
|
||||
outerName += typeDef->mOuterType->mFullName.ToString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue