https://issues.dlang.org/show_bug.cgi?id=16171
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] OS|Windows |All Severity|enhancement |normal --- Comment #1 from [email protected] --- (In reply to joeyemmons from comment #0) > > Worse even is it will still work even if class test does not have a default > constructor at all. > > module other; > class test{ > private this(int i){ > // No default constructor... > } > } please make another report for this one. This is another issue. --
