On Mon, Jul 25, 2016 at 4:07 AM, Vladimir Marek
<vladimir.ma...@oracle.com> wrote:
> Understood. My question is, whether there is one, or two $.vtable
> Pointers allocated in this case:

> class A {has $.x}
> class B is A {has $.x}
> B.new.perl
B.new(x => Any, x => Any)

makes me think there are 2 $.vtables. Not sure how to specify which
one you want!

-y

Reply via email to