# New Ticket Created by Tobias Leich # Please include the string: [perl #125921] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125921 >
m: my $py = 0 && try { my $py = 42; $py.bla() } rakudo-moar a7c845: OUTPUT«===SORRY!=== Error while compiling /tmp/GaBH5Z1ixo Cannot use variable $py in declaration to initialize itselfat /tmp/GaBH5Z1ixo:1 ------> my $py = 0 && try { my $py = 42; $⏏py.bla() } expecting any of: term» Seems like it is not seeing the try block, which is meant to prevent this.