The situation in which this would previously happen is illustrated in the new "director_alternating" test case. Currently broken for C# and Java. Thanks to Jimmy Cao for reporting this. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12380 626c5289-ae23-0410-ae9c-e8d60b6d4f22
5 lines
129 B
Python
5 lines
129 B
Python
from director_alternating import *
|
|
|
|
id = getBar().id()
|
|
if id != idFromGetBar():
|
|
raise RuntimeError, "Got wrong id: " + str(id)
|