https://issues.dlang.org/show_bug.cgi?id=15167
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- Is there a compelling reason to allow: alias a = int; alias a = int; ? I can't think of one. The CARD64 example also looks like invalid code that happened to be accepted. --
