# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120964] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=120964 >
<masak> r: my %hash{Str}; %hash<foo> = 42; %hash{42} = "foo"; say "alive" <camelia> rakudo-jvm f614e5: OUTPUT«Nominal type check failed for parameter 'key'» <camelia> ..rakudo-parrot f614e5: OUTPUT«Nominal type check failed for parameter 'key'; expected Str but got Int instead [...] <masak> interesting -- why is the 'expected ...' line missing on JVM? * masak submits rakudobug