On Sun Dec 07 03:06:11 2008, moritz wrote:
> On Sun Dec 07 02:47:22 2008, theba...@gmail.com wrote:
> > <bacek> rakudo: class A { has $.a }; class B is A {}; my $b =
> > B.new(a=>"foo");
> > <p6eval> rakudo 33597: OUTPUT[You passed an initialization parameter
> > that does not have a matching
> 
> As a test case this can be found at t/spec/S12-attributes/inheritance.t
> 
Now:

class A { has $.a }; class B is A {}; my $b = B.new(a=>"foo"); say $b.a

Prints foo (probably fixed in the rvar branch). Added
S12-attributes/inheritance.t to spectest.data, and resolving ticket.

Thanks!

Jonathan

Reply via email to