[Issue 13309] DMD accepts yet another invalid alias declaration

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 19 16:17:03 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13309

--- Comment #7 from briancschott at gmail.com ---
alias int a(int), b(int);

test.d(1): Error: multiple declarations must have the same type, not int(int)
and int(int)

It's the same stupid thing again!

--


More information about the Digitalmars-d-bugs mailing list