https://issues.dlang.org/show_bug.cgi?id=10528
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- Confirmed on DMD 2.066.0-1 on Linux. It also fails to catch the error inside an anonymous enum aggregate. If I declare ModuleData as: private enum { ModuleData = "asdfgh" } it also slips by the compiler without error. --
