# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #116178]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116178 >
<moritz> nr: my @a = <a b c>; my %h; %h{.value} //= .key for @a.pairs
<p6eval> niecza v24-12-g8e50362: ( no output )
<p6eval> ..rakudo c8de2e: OUTPUT«Method 'key' not found for invocant
of class 'Any' [...]
<moritz> rakudobug
<moritz> afaict the first one uncovered by this year's p6cc :-)
<masak> moritz++
* masak submits rakudobug
<moritz> r: $_ = 'abc'; my $x //= .uc; say $x
<p6eval> rakudo c8de2e: OUTPUT«ABC»
<moritz> r: my $x //= .uc for 'a'
<p6eval> rakudo c8de2e: OUTPUT«Method 'uc' not found for invocant of
class 'Any' [...]
<moritz> that's the golfed variation