https://issues.dlang.org/show_bug.cgi?id=24521
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from kinke <[email protected]> --- This is clearly invalid to me. A template param needs to be aliased to make it accessible from the outside, like `struct S(int a) { alias blub = a; }`. --
