# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60144] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60144 >
Rakudo r32141 fails to accept undef as a value to typed variables. $ ./perl6 -e 'my Int $a = undef' Type check failed [...] Should work according to S02.