Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.1.0Release
-
Fix Version/s: 2.1.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The following code throws an exception:
def x = y[0].z[0]
This is due to the way we calculate types of the results of indexes into arrays.