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


<masak> rakudo: class A { method postcircumfix:<( )>() { 42 } }; my $a
= A.new; say $a()
<p6eval> rakudo 222993: OUTPUT«invoke() not implemented in class 'A [...]
<Matt-W> masak: awww
<masak> Matt-W: so close! :/
<moritz_> ticket it!
<Matt-W> I guess it's not noticing the custom operator before it
decides to do a sub call
* masak whips out a TODO rakudobug

Reply via email to