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


<dwhipp> rakudo: class A { method foo { say @_ }; method bar {
$.foo(42) } }; A.bar
<p6eval>        rakudo 35004: OUTPUT«␤invoke() not implemented in class '

"$.foo(42)" should be synonymous with "self.foo(42)"

also for "$.foo: 42"

Reply via email to