[Issue 8564] Ambiguous renamed import is allowed

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8564 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 8564] Ambiguous renamed import is allowed

2012-08-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8564 --- Comment #1 from Maxim Fomin 2012-08-20 03:40:18 PDT --- Forgot to mention, "foo1.bar();" actually calls foo2.bar() which I consider the biggest problem in this situation. It is unlikely, that import hijack could be written in purpose, b