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


<plobsing> rakudo: multi sub B() { say "multi" }; &B.wrap(sub {say
"before"; callsame; say "after"}); B()
<p6eval> rakudo 18189a: OUTPUT«get_attr_str() not implemented in class
'Perl6MultiSub' [...]
<plobsing> rakudo: sub B() { say "only" }; &B.wrap(sub {say "before";
callsame; say "after"}); B()
<p6eval> rakudo 18189a: OUTPUT«before␤only␤after␤»
<plobsing> rakudobug?
* masak submits wrap/multi rakudobug
<masak> plobsing++

Reply via email to