git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
191 B
Objective-C
12 lines
191 B
Objective-C
director_extend
|
|
|
|
MyObject=@() subclass(SpObject(),'getFoo',@(self) 123);
|
|
|
|
m = MyObject();
|
|
if (m.dummy() != 666)
|
|
error("1st call")
|
|
endif
|
|
if (m.dummy() != 666)
|
|
error("2nd call")
|
|
endif
|
|
|