# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72842]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72842 >
<diakopter> rakudo: class class is class { }
<p6eval> rakudo 70667a: OUTPUT«No applicable candidates found to
dispatch to for 'trait_mod:<is>' [...]
<masak> rakudo: class A is A {}
<p6eval> rakudo 70667a: OUTPUT«No applicable candidates found to
dispatch to for 'trait_mod:<is>' [...]
<jnthn> Well, at least we kinda get that one right...
<jnthn> Though we probably want a fallback trait_mod:is
<masak> rakudo: class A {}; class B is A {}
<p6eval> rakudo 70667a: ( no output )
* masak submits LTA rakudobug
Error message should probably say something about circular inheritance.