Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-JSR-2
-
None
Description
('00'..'10').each
{println it} stalls VMwhile that ran fine in Classic Groovy.
what still works is ('00'..'01').each{println it}
I'm not sure this should be supported at all, but the current behaviour is certainly not what we want.