1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Autocomplete method name fix

This commit is contained in:
Brian Fiete 2020-10-08 11:47:38 -07:00
parent 3fb7576bf9
commit e8b35ce0c4
2 changed files with 3 additions and 2 deletions

View file

@ -9863,7 +9863,7 @@ StringT<128> BfModule::MethodToString(BfMethodInstance* methodInst, BfMethodName
if ((methodNameFlags & BfMethodNameFlag_OmitTypeName) == 0)
{
methodName = TypeToString(type, typeNameFlags);
methodName += TypeToString(type, typeNameFlags);
if (methodName == "$")
methodName = "";
else if (!methodName.IsEmpty())