# New Ticket Created by steve mynott # Please include the string: [perl #126218] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126218 >
#!/usr/bin/env perl6
say "hi";
my $m = (1,2 X~ ('' X~ '')).first: *.IO.f;
result:
hi
===SORRY!===
Cannot invoke this object (REPR: Uninstantiable)
