I added a test for the REPL to Rakudo's t/02-rakudo/repl.t:
https://github.com/rakudo/rakudo/commit/383f45de82
Together with the passing tests in roast (which are not related to the REPL)
this seems good enough to close this ticket as resolved.
On Mon Jun 04 08:27:46 2012, diakopter wrote:
> On Sun Jan 15 08:12:30 2012, jn...@jnthn.net wrote:
> > On Thu Nov 24 08:48:55 2011, gfldex wrote:
> > > > my $a; $a>>.();
> > > Method 'isa' not found for invocant of class 'Undef'
> > >
> >
> > Fixed:
> >
> > > my @a = -> { say 1 }, -> { say 2 };
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #104514]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=104514 >
> my $a; $a>>.();
Method 'isa' not found for invocant of class 'Undef'