https://issues.dlang.org/show_bug.cgi?id=20388
--- Comment #3 from RazvanN <[email protected]> --- A partial solution that may solve other cases would be to treat string mixins at parse time. Once the parser determines that the mixin is a string it can ignore the mixin part and simply paste the string. --
