http://d.puremagic.com/issues/show_bug.cgi?id=858
------- Comment #2 from [EMAIL PROTECTED] 2008-11-04 05:04 ------- The code generation seems to crash because the vthis member of Inner's ClassDeclaration is NULL. This happens when semantic is called again from runDeferredSemantic: first vthis is set to baseClass->vthis (baseClass is Object and vthis there is NULL) and then the interface and nested code isn't run again to correct it because sizeok != 0. --
