Test -flatstaticmethod and %extend
This commit is contained in:
parent
21c2e47661
commit
2c6e7f99a6
2 changed files with 11 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
%typemap(in) (int c, int d) "$1 = 0; $2 = 0;";
|
||||
%typemap(doc,name="hello",type="Tuple") (int c, int d) "hello: int tuple[2]";
|
||||
|
||||
%extend A {
|
||||
static int staticextended(int i) { return i; }
|
||||
}
|
||||
|
||||
%inline %{
|
||||
struct A {
|
||||
static int bar(int a) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue