# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113990]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113990 >
<masak> "invoke() not implemented in class 'Callable'" -- now *that's*
a new one!
<masak> r: sub foo(&x?) { &x() }; foo
<p6eval> ..rakudo 61a3ad: OUTPUT«invoke() not implemented in class
'Callable' [...]
* masak submits rakudobug
I don't know what the effect of calling a Callable type object should
be, but the error as it is now is very confusing since Callable
essentially *exists* to be invoked. Might this be a Parrot-internal
error?