On Tue Jan 27 14:13:52 2009, masak wrote:
> <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.

This now works as of r36090, plus added various spectests.

Thanks!

Jonathan

Reply via email to