On Thu, 21 Sep 2017 22:56:20 -0700, barto...@gmx.de wrote:
> On Thu, 21 Sep 2017 19:50:01 -0700, b...@abrij.org wrote:
> >
> > Current behavior (don't have a rakudo-j here):
> >
> > $ perl6-m -e 'class A { has str $.x; method BUILD(:$!x) { } }; say
> > A.new(:x<foo>).x'
> > foo
> >
> > If r-j now works too, we can move to TESTNEEDED.
> 
> Yeah, looks good on rakudo-j, too:
> 
> $ ./perl6-j -e 'class A { has str $.x; method BUILD(:$!x) { } }; say
> A.new(:x<foo>).x'
> foo
> 
> I'm marking the isse as TESTNEEDED.


Tests added in roast commit d06b0a230, so resolving

Reply via email to