https://issues.dlang.org/show_bug.cgi?id=5207
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #4 from RazvanN <[email protected]> --- There is nothing wrong this code. Variables are default initialized so it is up to the user to use the variable inside the constructor however he pleases (this includes using the variable with the default initialized value). This is not going to change. Closing as WONTFIX. --
