Fixed with 15ee3c3b9d94855aa , tests needed
> On 30 Jul 2016, at 10:58, Sam S. (via RT) <[email protected]>
> wrote:
>
> # New Ticket Created by Sam S.
> # Please include the string: [perl #128779]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/Ticket/Display.html?id=128779 >
>
>
>
> my &code = *.sort;
> say code(<y z x>).^name; # BOOTArray
>
> Related tickets:
>
> #128481 - Exact same problem with *.split - fixed by lizmat++.
> #126921 - Another constellation in which .sort returns a BOOTArray - still
> open.