*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
36c36036fc
commit
3903b13479
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue