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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jeroen Bollen <[email protected]> 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: -------