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


<masak> nom: class A {}; say A.new ~~ A.new
<p6eval> nom 9c2880: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS' [...]
<masak> nom: say Any.new ~~ Any.new
<p6eval> nom 9c2880: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS' [...]
<masak> b: class A {}; say A.new ~~ A.new
<p6eval> b 1b7dd1: OUTPUT«Bool::False␤»
<masak> b: say Any.new ~~ Any.new
<p6eval> b 1b7dd1: OUTPUT«Bool::False␤»
<jnthn> masak: We tracked that down to missing ACCEPTS in Any, iirc?
<masak> jnthn: yes.
<masak> jnthn: well, I was unable to check whether it exists in b, but
seems it does.
* masak submits rakudobug

Reply via email to