[perl #124571] [TODO] statement prefix 'lazy', currently works like 'do'

[email protected] ("Christian Bartolomaeus via RT") Mon, 15 Apr 2019 13:19:02 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
As jmerelo++ pointed out [1] the statement prefix 'lazy' has been fixed back in 2015 with https://github.com/rakudo/rakudo/commit/d043961414. It no longer shares the implementation with 'do'.

The tests that are fudged with this ticket don't work, though. The test file S04-statements/lazy.t is not part of Rakudo's t/spectest.data.

[1] https://github.com/perl6/roast/issues/528