On Thu Jul 26 06:56:51 2012, masak wrote:
> <UncleFester6> r: say gather { return 1 }
> <p6eval> rakudo ed269f: OUTPUT«Can not get non-existent attribute
> '$!storage' on class 'Parcel' [...]
> <UncleFester6> masak: add this to your map ticket?
> * masak adds it
Behavior has changed:
$ ./perl6 -e 'say gather { return 1 }'
Attempt to return outside of any Routine
Which is correct.
Test added to S32-exceptions/misc.t, closing ticket.
--
Will "Coke" Coleda
