https://issues.dlang.org/show_bug.cgi?id=15692
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Basile-z <[email protected]> --- Another use case is with mixin expressions: --- struct S { int i; } void main() { S s = mixin(`{1}`); } --- --
