On Tue Jan 13 15:18:05 2009, moritz wrote: > 00:11 <@moritz_> rakudo: module A { sub b { return 'bar' }}; say A::b() > 00:11 < p6eval> rakudo 35511: OUTPUT«b» > > should return 'bar', of course > This and the various other cases in this ticket are resolved in r35763.
Thanks! Jonathan