int foo(scope int[] items) @nogc {
    return foo.sum;
}

That was:

return items.sum;

Bye,
bearophile

Reply via email to