https://issues.dlang.org/show_bug.cgi?id=18846
--- Comment #3 from Manu <[email protected]> --- I just installed that build. I can see an item in place of the vtable: -tclass 0x02D20000 Source.Base + [Source.Derived] 0x02D20000 Source.Derived object.Object D0006: Error: Type resolve failed x 10 int y 20 int It seems there's an object.Object item there, which fails to evaluate correctly. It should be void** (or rather, void*[N] to inspect properly) right? --
