haveAliasCtxInference

Does this compiler support inferring "this" of an aliased method call from the current context? https://github.com/D-Programming-Language/dmd/pull/3361

enum haveAliasCtxInference = __traits(compiles, TestAliasCtxInference.test());

Meta