# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115358]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115358 >
<diakopter> r: role F { }; role F { }; class G does F { };
<p6eval> rakudo d171b9: OUTPUT«===SORRY!===None of the parametric
role variants for 'F' matched the arguments supplied.Ambiguous call
to ''; these signatures all match::(Mu ):(Mu )»
<diakopter> masak: masakbot ^^
* masak submits rakudobug
What's LTA about this error message is mainly that it first says that
none of the role variants matched, because both of the signatures
matched. While technically correct, it's unnecessarily confusing. Also
"Ambiguous call to ''" looks wrong.