Hmm, actually the second NPE is still there:
$ perl6-j -e 'class Foo is repr<CStruct> { has int32 $.idontcare; has Foo $.bar }; my $a = Foo.new; say $a.bar' java.lang.NullPointerException in block <unit> at -e:1
Christian Bartolomaeus via RT Fri, 30 Oct 2015 12:36:31 -0700
Hmm, actually the second NPE is still there:
$ perl6-j -e 'class Foo is repr<CStruct> { has int32 $.idontcare; has Foo $.bar }; my $a = Foo.new; say $a.bar' java.lang.NullPointerException in block <unit> at -e:1