On 2013-35-10 17:02, Andrej Mitrovic <[email protected]> wrote:

I've argued that it should be rare that someone uses multiple
subtyping, so I don't see the need to introduce more syntax into the
language when they can simply do this for the special occasion when
they need it:

alias this = this;
alias this = bar;

The point of this change is not really to allow multiple subtyping,
but to indicate that alias this is different from other aliases. It is
a Good Thing(tm).

--
Simen

Reply via email to