# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64606] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64606 >
<masak> rakudo: say (1,2,3).map: { $_ } <p6eval> rakudo 486694: OUTPUT«123» <masak> rakudo: module Foo { say (1,2,3).map: { $_ } } <p6eval> rakudo 486694: OUTPUT«Parameter type check failed for expr in call to map [...] * masak submits rakudobug I'd expect the parameter type check to the map to pass or fail in the same way, regardless of whether the map is in a module or not.