https://issues.dlang.org/show_bug.cgi?id=23729
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID --- Comment #11 from RazvanN <[email protected]> --- As stated before, this is not a bug. The compiler is working as intended, it's just that you are replacing the custom object.d with different one. If you want the compiler to not take into account your implementation of object, just name it something else, or put it in a different directory. --
