# New Ticket Created by Moritz Lenz # Please include the string: [perl #75370] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75370 >
Not sure if this should work: 09:39 < isBEKaml> rakudo: enum somenum <a b c d e>; my somenum $temp = 3; say $temp.key; 09:39 <+p6eval> rakudo 982e8e: OUTPUT«Type check failed for assignmentcurrent instr.: '&die' pc 18373 (src/builtins/Junction.pir:373)» But this should work for sure: 09:39 <@moritz_> rakudo: enum somenum <a b c d e>; my somenum $temp = d; say $temp 09:39 <+p6eval> rakudo 982e8e: OUTPUT«Type check failed for assignmentcurrent instr.: '&die' pc 18373 (src/builtins/Junction.pir:373)»