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


<masak> rakudo: class G {}; subset A of Array where { all(|$_) ~~ G };
say [G.new, G.new, G.new] ~~ A
<p6eval> rakudo 3b5a79: OUTPUT«0␤»
<masak> :(
<masak> rakudo: say all(42) ~~ Int
<p6eval> rakudo 3b5a79: OUTPUT«0␤»
<masak> maybe junctional smartmatching simply isn't in place yet.

Reply via email to