# New Ticket Created by Jason Cole # Please include the string: [perl #130072] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130072 >
m: my %h; %h{class { has str $.s }.new.s} = 1 rakudo-moar c541b3: OUTPUT«(signal SEGV)» while this works... m: my str $a; my %h; %h{$a} = 1rakudo-moar c541b3: ( no output ) I was running R* 2016.07 when I noticed it. J.