https://issues.dlang.org/show_bug.cgi?id=15764
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from RazvanN <[email protected]> --- The problem here is that when `ta(s)` is resolved, the first scope that is searched for `ta` is the current scope and the `ta` symbol is already defined as an enum. This sort of situation is precisely why the dot operator was added. The alternative would be to special case the implementation for such situations. As a conclusion, this is a WONTFIX. The compilers does the correct thing. --
