# New Ticket Created by "Vasily Chekalkin" # Please include the string: [perl #61120] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61120 >
<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 -- Bacek.