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


ihrd: rakudo: role R { method foo { ... } }; class C {}; (C.new does
R).^methods(:local)>>.name>>.say;
p6eval: rakudo 30e2cf:  ( no output )
ihrd: why I do not got 'foo' here?
jnthn: ihrd: Ah, I've run into that one before.
masak: ihrd: I agree that you should. I don't know why you don't.
jnthn: ihrd: I think it's a bug.
jnthn: ihrd: Suspect "does" is somehow not generating creating an
updated meta-class or something.

Ilya Belikin aka Ihrd

Reply via email to