stratacode / issues

Empty StrataCode project to store github issues
0 stars 0 forks source link

Compiled only classes as inner classes of dynamic types do not work #36

Open jeffvroom opened 6 years ago

jeffvroom commented 6 years ago

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.