Hi,
Cory Spencer wrote:
> In the spectest suite (specifically in: t/spec/S32-array/kv.t), the last
> several tests seem to be testing for named arguments to kv:
>
> # check the non-invocant form with named arguments
> my @array = ;
> my @kv = kv(:array(@array));
> #?rakudo s
In the spectest suite (specifically in: t/spec/S32-array/kv.t), the last
several tests seem to be testing for named arguments to kv:
# check the non-invocant form with named arguments
my @array = ;
my @kv = kv(:array(@array));
#?rakudo skip 'named args'
is(+...@kv, 8, 'kv(