https://issues.dlang.org/show_bug.cgi?id=22356
Boris Carvajal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Boris Carvajal <[email protected]> --- I forgot to report this long time ago. This simple code didn't work. mixin("int") x; The error only happens at declaration level, it works with statements. --
