Fixed with https://github.com/rakudo/rakudo/commit/a274bdd122 , tests needed
> On 27 Feb 2017, at 09:06, Zefram (via RT) <perl6-bugs-follo...@perl.org> > wrote: > > # New Ticket Created by Zefram > # Please include the string: [perl #130874] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=130874 > > > >> Nil.WHICH > Nil|U28688864 >> Nil.perl > Nil >> Nil.gist > Nil >> Nil > (Any) > > The Nil value can be queried correctly via .perl et al, but if it is > the value of an expression evaluated at the repl top level then it is > incorrectly described by the print part of the repl. > > -zefram