# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #80540]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=80540 >


20:19 < moritz_> rakudo: class A { method ACCEPTS($x) { say "ACCEPTS:
$x" } }; $_ = A.new; 3 ~~ $_;
20:19 <+p6eval> rakudo :  ( no output )
20:19 < moritz_> rakudo: class A { method ACCEPTS($x) { say "ACCEPTS:
$x" } }; 3 ~~ A.new;
20:19 <+p6eval> rakudo : OUTPUT«ACCEPTS: 3␤»

Seems it doesn't like $_ on the RHS.

Reply via email to