Added test that shows a problem in the 'abstract detection method' when virtual base classes are used (in different order)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4378 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f8425a6e6d
commit
daa23f01ce
3 changed files with 60 additions and 0 deletions
6
Examples/test-suite/python/abstract_virtual_runme.py
Normal file
6
Examples/test-suite/python/abstract_virtual_runme.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from abstract_virtual import *
|
||||
|
||||
|
||||
d = D()
|
||||
|
||||
e = E()
|
||||
Loading…
Add table
Add a link
Reference in a new issue