https://issues.dlang.org/show_bug.cgi?id=16648
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from RazvanN <[email protected]> --- Running dmd -H test.d on git HEAD where test.d is: void foo()() { struct C { this(this) {} } } results in a .di file which contains : // D import file generated from 'test.d' void foo()() { struct C { this(this); } } This seems like the correct behavior. Closing as fixed. --
