https://issues.dlang.org/show_bug.cgi?id=13703

--- Comment #2 from nick <[email protected]> ---
After further testing, I found that commenting out all occurrences of the
following line in 'reflection.d' of the cited project allows the code to
compile:

// _parent = parent;

'parent' is passed from parent to child through a constructor while a hierarchy
of objects is created at compile time.

--

Reply via email to