more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0711c11154
commit
356a883342
2 changed files with 6 additions and 0 deletions
|
|
@ -81,4 +81,7 @@
|
|||
|
||||
int foo_kw(int from = 1, int except = 2) {return from + except; }
|
||||
|
||||
|
||||
int foo_nu(int from = 1, int = 0) {return from; }
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue