https://issues.dlang.org/show_bug.cgi?id=24229
Nick Treleaven <n...@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@geany.org --- Comment #1 from Nick Treleaven <n...@geany.org> --- > instead it does and ends up with a semantic-time error Is that a problem? That was intentional to fix issue 9848. Though that also meant things like this work: alias T = int; pragma(msg, int[T]); Before dmd 2.102 that was a parse error. --