# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75966] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75966 >
<moritz_> rakudo: class A { method foo($x) { say "OH $x" } }; class B { has $.a handles <foo> }; B.new(:a(A)).foo('HAI') <p6eval> rakudo ad2afb: OUTPUT«Too many positional parameters passed; got 2 but expected 2 [...] * masak submits rakudobug