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

--- Comment #19 from RazvanN <razvan.nitu1...@gmail.com> ---
I ran the exact example as the one in 2011 with the exact command and the
output is:

(a.d) : private : object (..)                                                   
(b.d) : private : object (..)
(a.d) : private : b (b.d)
(c.d) : private : object (..)
(a.d) : private : c (c.d)

It seems to me that it prints all the dependencies of a.d

--

Reply via email to