# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #69170]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69170 >


<masak> rakudo: role A { method foo { self.Str } }; say A.foo
<p6eval> rakudo a9ff30: OUTPUT«()<0xb6ace1c8>␤»
* masak submits rakudobug

I guess we're punning the role into a class here. Maybe that class
should stringify to 'A()<0xb6ace1c8>' instead of no name before the
parentheses.

Reply via email to