# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57860] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57860 >
r30183: $ ./perl6 -e '.say' # works $ ./perl6 -e 'if 1 { .say }' # fails Null PMC access in find_method()