# New Ticket Created by Lewis Wall # Please include the string: [perl #69334] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69334 >
[13:39] <quietfanatic> rakudo: class Y {has $.z}; subset X of Y where {.z == 0}; my $q = 4; say $q ~~ X; [13:39] <+p6eval> rakudo 0eaf62: OUTPUT«Method 'z' not found for invocant of class 'Int'» [13:40] <quietfanatic> It checks the where {} before checking that it's a Y. [13:40] <quietfanatic> Bug? [13:41] <@moritz_> IMHO yes [13:42] <@moritz_> please submit