# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62852] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62852 >
<moritz_> rakudo: class A { method b { say (1..10).pick } }; any(A.new, A.new, A.new).b <p6eval> rakudo 36065: OUTPUT«Could not locate a method 'b' to invoke on class 'Junction'. [...] <moritz_> uhm. <masak> rakudobug? <moritz_> masak: if you please ;-) * masak submits The expected behaviour is that the b method be called on all three A instances.