mirror of https://github.com/swig/swig
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cbd3aec2de
commit
73f1eba027
|
@ -63,6 +63,9 @@ public class default_args_runme {
|
|||
Foo foo = new Foo();
|
||||
foo.newname();
|
||||
foo.newname(10);
|
||||
foo.renamed3arg(10, 10.0);
|
||||
foo.renamed2arg(10);
|
||||
foo.renamed1arg();
|
||||
|
||||
// exception specifications
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue