# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #126378] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126378 >
<masak> m: my $a = 2; my $b = 2; $a, $b = $b, $a + $b; say $b <camelia> rakudo-moar aedaae: OUTPUT«WARNINGS:Useless use of variable $a in sink context (line 1)2» <masak> oh, good. <masak> for some reason I didn't get that warning on -e <masak> can somebody confirm that the warning doesn't show up on -e ? <Timbus> confirm'd * masak submits rakudobug