# New Ticket Created by Moritz Lenz # Please include the string: [perl #76960] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76960 >
17:54 < moritz_> rakudo: class A { has $b; method new { my $b = 3; say $b } }; A.new() 17:54 <+p6eval> rakudo efe72c: OUTPUT«Type objects are abstract and have no attributes, but you tried to access $!b in 'A::new' at line 22:/tmp/ACdVhQjE_4 in main program body at line 22:/tmp/ACdVhQjE_4» found by timbunce++