https://issues.dlang.org/show_bug.cgi?id=18809
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #2 from Nick Treleaven <[email protected]> --- 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; --
