On 10/13/12, H. S. Teoh <hsteoh at quickfur.ath.cx> wrote: > The problem is, I can't seem to specify that I want it to _statically_ > bind the save method to call B.eval; Try using typeof(this).eval typeof(this) and typeof(super) are mentioned here: http://dlang.org/declaration.html#typeof http://dlang.org/expression.html#this