On Thu, 07 Feb 2013 00:31:20 +0100, Timon Gehr wrote:
> A.d:22:9: error: receiver for member function 'dup' is unqualified, but
> 'immutable' is required
>      f = g.dup;
>          ^~~~~
> 
> Is this what you'd want?

Almost, it's definitely better, but what's wrong with:

        "immutable object method dup cannot be called on mutable object d"

? ;)


-- 
Lee

Reply via email to