https://issues.dlang.org/show_bug.cgi?id=18543
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Jonathan M Davis <[email protected]> --- Yeah, remember that string mixins are basically like pasting code in place. So, it's going to act like you pasted that code into your editor, and adding a comment with // is therefore going to have exactly the same effect as it would if you pasted code after a //, which means that it's going to be part of the comment. --
