This fails now with X::Role::Parametric::NoSuchCandidate:

$ perl6 -e 'role F { }; role F { }; class G does F { };'
===SORRY!===
No appropriate parametric role variant available for 'F'

Is that behaviour sound?

Reply via email to