# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62334] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62334 >
<masak> rakudo: my $x = "foo"; class A { my $.y = $x } # bug? <p6eval> rakudo 35518: OUTPUT«Lexical '$x' not found [...] <masak> rakudo: our $x = "foo"; class A { my $.y = $x } <p6eval> rakudo 35519: OUTPUT«Null PMC access in isa() [...] <masak> :( * masak submits rakudobug