mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed cases of undetected ambiguous calls
This commit is contained in:
parent
e8b35ce0c4
commit
4cea33d96f
6 changed files with 94 additions and 14 deletions
|
@ -902,7 +902,7 @@ public:
|
|||
int GetImplicitParamCount();
|
||||
void GetParamName(int paramIdx, StringImpl& name);
|
||||
String GetParamName(int paramIdx);
|
||||
BfType* GetParamType(int paramIdx, bool useResolvedType = true);
|
||||
BfType* GetParamType(int paramIdx, bool returnUnderlyingParamsType = false);
|
||||
bool GetParamIsSplat(int paramIdx);
|
||||
BfParamKind GetParamKind(int paramIdx);
|
||||
bool WasGenericParam(int paramIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue