http://d.puremagic.com/issues/show_bug.cgi?id=314
--- Comment #7 from Walter Bright <[email protected]> 2009-05-12 19:04:58 PDT --- Access protection is defined to happen after lookup and overload resolution. Making private symbols invisible defeats this, and also doesn't work as the overload list is a linked list, and making the head of it private would hide the rest of the possibly public overloads. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
