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
7 lines
147 B
D
7 lines
147 B
D
module director_alternating_runme;
|
|
|
|
import director_alternating.director_alternating;
|
|
|
|
void main() {
|
|
assert(getBar().id() == idFromGetBar());
|
|
}
|