https://issues.dlang.org/show_bug.cgi?id=18809
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- 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? --
