[Issue 18809] Improve error message on nonexistent property

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 11 14:36:41 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18809

Nick Treleaven <nick at geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #2 from Nick Treleaven <nick at geany.org> ---
Sorry, this issue is valid. Object seems to be a handled differently. The
following code does not show the module in which GC is defined in the error
message:

import core.memory;
enum e = GC.foo;

--


More information about the Digitalmars-d-bugs mailing list