# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #63568]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63568 >
<szabgab> oh and is arity defined on multi subs ?
<szabgab> rakudo: sub f($z) {}; &f.arity.say
<p6eval> rakudo af4b73: OUTPUT«1»
<szabgab> rakudo: multi sub f($z) {}; &f.arity.say
<p6eval> rakudo af4b73: OUTPUT«Null PMC access in find_method() [...]
* masak submits rakudobug
<masak> szabgab++