[perl #130572] Parenthesized `for` loop is eager, even with `lazy` keyword

[email protected] ("Christian Bartolomaeus via RT") Thu, 01 Aug 2019 14:59:03 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
Back in 2017 jnthn++ already added a test for lazy for loops with https://github.com/perl6/roast/commit/3659ede149. Since the evaluations in this ticket also take the type into considerations, I've added a new test to S32-list/seq.t with https://github.com/perl6/roast/commit/207171b5ee

I'm closing this ticket as 'resolved'.