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


<masak> rakudo: class A { method b { 'b' } }; my $a = A.new; my $b =
&A::b.assuming($a); $b()
<p6eval> rakudo 8156be: OUTPUT«Null PMC access in invoke() [...]
<moritz_> LTA error
<masak> rakudo: class A {}; my $a = A.new; &A::b.assuming($a)()
<p6eval> rakudo 8156be: OUTPUT«Null PMC access in invoke() [...]
* masak submits rakudobug
<moritz_> rakudo: class A { our method b { 'b' } }; my $a = A.new;
&A::b.assuming($a)()
<p6eval> rakudo 8156be:  ( no output )
<masak> ash_++ and TimToady++ for discovering it.

Reply via email to