https://issues.dlang.org/show_bug.cgi?id=1870
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andrej Mitrovic <[email protected]> --- Something seems to be outputted nowadays: ----- string get() { return "int x; int y; int z = x + b;"; } void main() { mixin(get()); } ----- test.d-mixin-13(15): Error: undefined identifier b The only problem is, where is "test.d-mixin-13"? --
