https://issues.dlang.org/show_bug.cgi?id=20945
--- Comment #4 from Stanislav Blinov <[email protected]> --- ...and then there's the whole old syntax of alias static int si; alias auto int au; alias scope int sc; alias override int ov; alias abstract int ab; alias synchronized int sy; alias nothrow int nt; alias pure int pu; alias ref int re; alias __gshared int gs; --
