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


<masak> rakudo: class A { has @.contents handles <elems> }; say
A.new(:contents(1, 2, 3)).elems
<p6eval> rakudo e40ee4: OUTPUT«1␤»
* masak submits rakudobug
<jnthn> masak: handles nyi
<masak> it used to be i :(
<masak> hm, perhaps an example with a method not already in Any would
be better... :)
<masak> rakudo: class A { has $str handles <uc> }; say A.new.uc
<p6eval> rakudo e40ee4: OUTPUT«Method 'uc' not found for invocant of
class 'A' [...]

Reply via email to