# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #75694]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75694 >
<masak> rakudo: my %h = { has-b => 42 }
<p6eval> rakudo 0d0672: OUTPUT«===SORRY!===Malformed has at line 11,
near "-b => 42
}"»
<masak> has-b, however, shouldn't fail.
<pmichaud> correct, has-b shouldn't fail.
* masak submits rakudobug
<masak> std: my %h = { has-b => 42 }
<p6eval> std 31197: OUTPUT«ok 00:01 105m»
<pmichaud> workaround for now would be 'has-b' => 42 :-)