Compilation error due to two named parameters with the same name
my does X::Comp
Compile time error thrown when two named parameters have the same name, potentially through aliases.
For example
sub f(:, :a(:))
dies with
===SORRY!===Name a used for more than one named parameter
method name(--> Str)
Returns the name that was used for more than one parameter.