[Issue 10619] Out-of-scope variable in a nested scope shadowed by subsequent variable in outer scope

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 16 09:56:24 PDT 2014


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

--- Comment #1 from hsteoh at quickfur.ath.cx ---
Looks like the problem is that the mangling of both instances of 'dg' is
identical, so the compiler thinks that they are the same function.

--


More information about the Digitalmars-d-bugs mailing list