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


<masak> rakudo: class A { method foo {"A.foo"} }; class C { has A $.a
handles *; }; my C $c .= new; say C.foo
<p6eval> rakudo 70bfd5: OUTPUT«Method 'foo' not found for invocant of class ''␤»
<masak> NYI?
<jnthn> I'm sure we had tests for handles *
<jnthn> oh
<jnthn> rakudo: class A { method foo {"A.foo"} }; class C { has A $.a
handles *; }; my C $c .= new; $c.foo
<p6eval> rakudo 70bfd5:  ( no output )
<jnthn> indeed, I know why that is
<masak> ok?
<jnthn> masak: file rakudobug
<jnthn> They should both work.
* masak files
<masak> oh -- I called the type object's .foo

Reply via email to