http://d.puremagic.com/issues/show_bug.cgi?id=5084
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-01-26 17:52:46 PST --- That would mean that an imported module which has a module-scoped variable or property function with the same name as a non-static field could hijack that field instead of giving you an error. It would be dangerous to allow such behavior. You can always use the dot prefix to lookup module-scoped variables, via writeln(.x[2]). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
