Improved test to test parameters in static functions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
91b4e247bb
commit
ee5c4f08ea
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ public:
|
||||||
class StaticFunctionTest {
|
class StaticFunctionTest {
|
||||||
public:
|
public:
|
||||||
static void static_func() {};
|
static void static_func() {};
|
||||||
|
static void static_func_2(int param_1) {};
|
||||||
|
static void static_func_3(int param_1, int param_2) {};
|
||||||
};
|
};
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue