https://issues.dlang.org/show_bug.cgi?id=18846
--- Comment #10 from Rainer Schuetze <[email protected]> --- Ok, I changed hex values to lower letters. The order of the class view is [derived type] __vfptr base-types The base types (multiple with interfaces) are part of the "field list" in the debug info, so a bit harder to mock fields. Unfortunately I noticed two more cases where the display fails: - with interfaces, the vtable contains pointers to thunks, but these have no symbols attached. - LDC does not emit any vtable information at all, so nothing to be shown there. --
