mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Linux fixes
This commit is contained in:
parent
b13bee470c
commit
a399e383fa
8 changed files with 41 additions and 35 deletions
|
@ -3332,6 +3332,9 @@ void BfAutoComplete::FixitAddConstructor(BfTypeInstance *typeInstance)
|
|||
{
|
||||
case BfParamKind_Params:
|
||||
methodStr += "params ";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
methodStr += mModule->TypeToString(methodInstance->GetParamType(paramIdx), BfTypeNameFlag_ReduceName);
|
||||
methodStr += " ";
|
||||
|
@ -3352,6 +3355,9 @@ void BfAutoComplete::FixitAddConstructor(BfTypeInstance *typeInstance)
|
|||
{
|
||||
case BfParamKind_Params:
|
||||
methodStr += "params ";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
auto paramType = methodInstance->GetParamType(paramIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue