[Issue 8287] When a class with the same name as a module exists within that module and has static members, you're required to do modulename.classname.member() in order to access said members

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 23 17:11:22 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8287


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-06-23 17:13:47 PDT ---
I believe that that's expected behavior.

Just rename the module so that it's all lowercase and the problem is solved.
It's common practice to always name modules using only lowercase letters
anyway.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list