http://d.puremagic.com/issues/show_bug.cgi?id=5971
--- Comment #1 from [email protected] 2011-05-10 10:26:07 PDT --- [idea 6] I'd like this code to work: import std.bigint; alias BigInt T; // Error //alias int T; // OK void main() { T x = 1; T y, z; y = z = 1; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
