You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my %h;
my $b := %h<a><b>;
is %h.keys.elems, 0, 'binding does not immediately autovivify';
my %h;
foo(%h<a><b>);
is %h.keys.elems, 0, 'in rw arguments does not autovivify';
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/176
.
These tests in S02-types/autovivification.t fail:
The text was updated successfully, but these errors were encountered: