git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
90 B
Objective-C
8 lines
90 B
Objective-C
using_protected
|
|
|
|
f = FooBar();
|
|
f.x = 3;
|
|
|
|
if (f.blah(4) != 4)
|
|
error("blah(int)")
|
|
endif
|