On Thu, 21 Sep 2017 19:50:01 -0700, [email protected] 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.
