On Thursday, 21 December 2017 at 06:47:25 UTC, Ali Çehreli wrote:
On 12/20/2017 10:36 PM, Chris Katko wrote:
[...]
There can be a number of solutions but can you please
demonstrate the issue with compilable code? My attempt does not
agree with your description: super() is called *before* the
subclass constructor. (Compiled with DMD64 D Compiler
v2.077.1-384-gc6829a8)
[...]
Well, crap, I'm writing this post a few days after I encountered
the problem and my notes say "super gets called after". I'll have
to test what I was thinking and get right back to you tomorrow.
Thank you for the prompt reply.