coolxv/cpp-stub

please support static member function and overload

leeqx opened this issue · 0 comments

leeqx commented

class Test {
private:
static int func1(int a);
static in func2(int a,int b);
};