Remove unnecessary interfaces for concrete classes
Add Java test for checking expected base and interfaces are generated (to be expanded further) In the example, E was previously implementing IA, IB, IC. Now it doesn't implement any. C# virtual/override still to be fixed for this test case
This commit is contained in:
parent
993214872f
commit
3931b5800c
5 changed files with 117 additions and 8 deletions
|
|
@ -258,6 +258,7 @@ CPP_TEST_CASES += \
|
|||
mixed_types \
|
||||
multiple_inheritance \
|
||||
multiple_inheritance_abstract \
|
||||
multiple_inheritance_interfaces \
|
||||
name_cxx \
|
||||
name_warnings \
|
||||
namespace_class \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue