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


<masak> found a regression.
<masak> m: sub foo { sub bar($) { "OH HAI" }; bar 5 }; say foo
<camelia> rakudo-moar 13f829: OUTPUT«OH HAI␤»
<masak> m: sub foo { bar 5; sub bar($) { "OH HAI" } }; say foo
<camelia> rakudo-moar 13f829: OUTPUT«sub bar ($) { #`(Sub|71849184) ... }␤»
* masak submits rakudobug

Reply via email to