# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60796] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60796 >
<masak> rakudo: eval { class A { has $.x } }; say A.new(x=>5).x <p6eval> rakudo 33156: OUTPUT[5Null PMC access in find_method()current instr.: 'parrot;Perl6;Compiler;main' pc 136910 (src/gen_actions.pir:13693)] <masak> it gives the right answer, but then decides to die on some error! :)