# New Ticket Created by "Jonathan Scott Duff" # Please include the string: [perl #65224] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65224 >
< PerlJam> rakudo: class Foo { }; my $x = "Foo"; my $y = $x.new;
$y.WHAT.say;
< p6eval> rakudo c76d8d: OUTPUT«Foo()»
< PerlJam> So, is that a bug then?
<@pmichaud> it sure looks like one to me.
< [particle]-> yes.
<@pmichaud> I would've expected Str
