On Thu Nov 14 05:16:31 2013, lizmat wrote: > This appears to have been fixed.
Here's the existing test with another related todo'd test: # RT #118947 { my %hash; %hash<bar><baz> := 'zoom'; is %hash<bar><baz>, 'zoom', 'binding on auto-vivified hash value works'; %hash<foo><baz> := my $b; #?rakudo todo 'auto-vivified binding does not work yet' ok $b =:= %hash<foo><baz>, 'binding variable worked'; } #1 -- Will "Coke" Coleda