mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Fixed MethodToString for unspecialized type variations
This commit is contained in:
parent
f8175e84a1
commit
76cd052c4a
7 changed files with 41 additions and 17 deletions
|
@ -867,6 +867,7 @@ public:
|
|||
bool IsSpecializedGenericMethod();
|
||||
bool IsSpecializedGenericMethodOrType();
|
||||
bool IsSpecializedByAutoCompleteMethod();
|
||||
bool IsOrInUnspecializedVariation();
|
||||
bool HasExternConstraints();
|
||||
bool HasThis();
|
||||
BfType* GetThisType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue