mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Comptime method fixes
This commit is contained in:
parent
0927656400
commit
ed06ff4dce
5 changed files with 37 additions and 7 deletions
|
@ -870,6 +870,7 @@ public:
|
|||
bool HasBody();
|
||||
bool IsEmptyPartial();
|
||||
bool IsDefaultCtor();
|
||||
bool IsCtorOrInit();
|
||||
String ToString();
|
||||
int GetExplicitParamCount();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue