http://d.puremagic.com/issues/show_bug.cgi?id=10129
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-05-21 12:21:19 PDT --- I am compiling this program, and I don't see errors or warnings: void main() { alias Num = uint; Num n = 12; Num k = 11; Num r; r = n - k; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
