is X::Declaration::Scope
Thrown when a multi is declared with an incompatible scope.
For example our multi foo() { }
dies with
===SORRY!=== Cannot use 'our' with individual multi candidates. Please declare an our-scoped proto instead
Compilation error due to declaring a multi with an ineligible scope
is X::Declaration::Scope
Thrown when a multi is declared with an incompatible scope.
For example our multi foo() { }
dies with
===SORRY!=== Cannot use 'our' with individual multi candidates. Please declare an our-scoped proto instead