[Issue 12314] New: Allow Duplicate Renamed Imports
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 7 12:19:56 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12314
Summary: Allow Duplicate Renamed Imports
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: jbinero at gmail.com
--- Comment #0 from Jeroen Bollen <jbinero at gmail.com> 2014-03-07 12:19:54 PST ---
It should be allowed for renaming the same import twice, with the same name.
// This should be possible
private import gtk = gtk.Application;
private import gtk = gtk.Window;
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list