On Sun Nov 29 12:25:14 2009, masak wrote: > <masak> rakudo: class A { method postcircumfix:<{ }>() {} }; my &r = > {;}; if 0 { if 0 { my $a } } > <p6eval> rakudo 7347ec: Redeclaration of variable $a > <masak> this is worse than I first thought. > <masak> now there are not even two declarations of the variable. > * masak amends the RT ticket
Seems in latest Rakudo this is no longer a problem; giving to moritz++ for spectests. Thanks, Jonathan