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

Nick Treleaven <n...@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@geany.org

--- Comment #1 from Nick Treleaven <n...@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?

--

Reply via email to