From: Nick Bowler Date: Thu, 6 Feb 2020 05:05:59 +0000 (-0500) Subject: Expand the interface implementation test cases. X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/0c92ab0b40d0c819fe88edd88db5dbf4f609d6da?hp=0c92ab0b40d0c819fe88edd88db5dbf4f609d6da Expand the interface implementation test cases. Test interface implementation for both dynamic and static types, and test implementing the same interface in two classes, when one class derives from another. The cases where a dynamic class derives from another and both implement the same interface are currently xfailing, as this functionality is actually busted. ---