[Issue 18809] Improve error message on nonexistent property
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 1 14:48:59 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18809
Nick Treleaven <nick at geany.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
enum e = Object.foo;
The above code gives:
propmissing.d(1): Error: no property `foo` for type `object.Object`
Can you give an example where the FQN is not given, when the symbol is *not*
defined in the module where the error is triggered?
--
More information about the Digitalmars-d-bugs
mailing list