Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Supporting the old for loop would allow folks to migrate easier...
for (expr; booleanExpr; expr) { ... }
Attachments
Issue Links
| This issue is depended upon by: | ||||
| GROOVY-762 | implement syntax improvements |
|
|
|
Full support for the java for loop syntax now in place. In CVS RSN.