On Sun Dec 14 02:13:42 2008, masak wrote:
> In Rakudo r33860, the following happens when you try to put a method
> in an outer class after having defined an inner class:
> 
> $ perl6 -e 'class A { class B {}; method x { say self.WHAT } }; A.new.x'
> Null PMC access in get_string()
> [...]
> 
> $ perl6 -e 'class A; class B {}; method x { say self.WHAT }; A.new.x'
> Null PMC access in get_string()
> [...]

Fixed in r35884, and tests added in Pugs r24999.

Thanks,

Jonathan


Reply via email to