# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62894] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62894 >
<masak> so protoobjects are defined? <masak> rakudo: class A {}; my A $a; say $a.defined <p6eval> rakudo 36139: OUTPUT«1» <moritz_> well, that's wrong * masak submits rakudobug <moritz_> perl6: my $a; say $a.defined <p6eval> rakudo 36139: OUTPUT«0» <p6eval> ..elf 25110, pugs: OUTPUT«» <moritz_> perl6: class A { }; my A $a; say $a.defined <p6eval> rakudo 36139: OUTPUT«1» <p6eval> ..elf 25110, pugs: OUTPUT«» <masak> hah, two against one :)