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


<masak> rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say)
<p6eval> rakudo e02bc0: OUTPUT«Parameter type check failed; expected
Callable, but got Code for c in call to _block50
* masak submits rakudobug
<masak> rakudo: { &^foo }.(&say)
<p6eval> rakudo e02bc0: OUTPUT«Parameter type check failed; expected
Callable, but got Code for foo in call to _block50
<masak> rakudo: -> &foo {}.(&say)
<p6eval> rakudo e02bc0: OUTPUT«Parameter type check failed; expected
Callable, but got Code for foo in call to _block50
<masak> rakudo: (sub (&foo) {}).(&say)
<p6eval> rakudo e02bc0: OUTPUT«Parameter type check failed; expected
Callable, but got Code for foo in call to _block50

Reply via email to