See the test/dynInnerComp which does not compile or run. We should be either making the parent class compiledOnly, or better, require a dynamic stub on all of the intermediate classes and put them into the 'innerDynStubs' list - along with the compiledOnly inner class. For that then, we can just generate the normal compiled inner class. It's name will be "a.b.c" because we used the innerDynStubs for the whole parent chain.
See the test/dynInnerComp which does not compile or run. We should be either making the parent class compiledOnly, or better, require a dynamic stub on all of the intermediate classes and put them into the 'innerDynStubs' list - along with the compiledOnly inner class. For that then, we can just generate the normal compiled inner class. It's name will be "a.b.c" because we used the innerDynStubs for the whole parent chain.