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?
Christian Bartolomaeus via RT Mon, 09 Feb 2015 12:35:46 -0800
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?