# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78748] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78748 >
<masak> rakudo: class A {}; subset B of A; say A ~~ B; say B ~~ A <p6eval> rakudo 5f5bae: OUTPUT«Bool::True1» <masak> interesting answer :) * masak submits rakudobug In my humble opinion, the latter result should be Bool::True as well.