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


<masak> rakudo: sub foo { say "OH HAI" }; &foo = &say; foo
<p6eval> rakudo 0eaf62: OUTPUT«␤»
<moritz_> excuse me?
<masak> :)
<masak> it's a bug, right?
<moritz_> yes, but what is the bug?
<masak> I reassigned &foo to &say.
<masak> and Rakudo let me.
<moritz_> that &foo is assignable? or that it doesn't print the "OH HAI"+
<masak> that &foo is assignable.
<moritz_> ok
<masak> the non-printing of "OH HAI" is just a consequence of &foo
being assignable.
* masak submits rakudobug

Reply via email to