Balagopal Komarath wrote:

Why doesn't this work? The Test!Duck type has a void quack() method but the compiler says it is not implemented.

'cause `alias this` is *not* a tool that can be used to emulate inheritance. no, `quack` is NOT impemented. `alias this` won't automagically paste the code.

Reply via email to