test the 'only one ref method' case

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7724 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-25 16:17:05 +00:00
commit 0fdc165aa7

View file

@ -28,12 +28,8 @@
{
_a = aa;
}
const int& b() const
{
return _b;
}
/* only one ref method */
int& b()
{
return _b;