Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.5.2.Release
-
Component/s: Inferencing Engine
-
Labels:None
-
Number of attachments :
Description
In the following expression, index could be inferred to be an int:
[1, 2].eachWithIndex { it, i -> it.intValue() + i.intValue() }
Fixed with regression tests.