# New Ticket Created by Moritz Lenz
# Please include the string: [perl #111944]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111944 >
14:37 < moritz> nom: constant %h = 1, 2; say %h.WHAT
14:37 <+p6eval> rakudo 4a247b: OUTPUT«Parcel()»
should be Hash(), of course
14:37 * moritz submits rakudobug
14:37 < jnthn> Hm :)
14:38 * jnthn wonders how that one is meant to work :)
14:38 < jnthn> Though, constant %h = { ... } gets you what you want.
14:38 < moritz> maybe like constant %h := (my % = ...)
14:38 < jnthn> Or that.