# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #132209]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132209 >


$ perl6 -e 'm: sub x (:$param) {say $param}; sub c (:&funk:(:$param)) { funk 
:42param  }; c(:funk(&x))'
No such method 'signature' for invocant of type 'Callable'
  in sub c at -e line 1
  in block <unit> at -e line 1

Reply via email to