# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #118031]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118031 >
[12:36:12] <lizmat> r: my %h{Any}; my %i=%h.new; say %h.WHAT; say %i.WHAT
# did we agree that this was a rakudobug?
[12:36:14] <+camelia> rakudo 570d1d: OUTPUT«(Hash+{TypedHash})(Hash)»
[12:44:27] <lizmat> r: my %h{Any}; my %i=%h.clone; say %h.WHAT; say
%i.WHAT # it also goes wrong for .clone, I assume because it uses .new
[12:44:28] <+camelia> rakudo 570d1d: OUTPUT«(Hash+{TypedHash})(Hash)»