# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79564] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79564 >
<masak> alpha: class A { my $.x = 42; method foo { say $.x } }; A.new.foo <p6eval> alpha : OUTPUT«42» <masak> rakudo: class A { my $.x = 42; method foo { say $.x } }; A.new.foo <p6eval> rakudo : OUTPUT«Method 'x' not found for invocant of class 'A' in 'A::foo' at line 22:/tmp/Vf8EKOC9DJ in main program body at line 22:/tmp/Vf8EKOC9DJ» <masak> ah. that explains a lot. * masak submits rakudobug