Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: 1.1-rc-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
the following script fails:
def m(Object[] o) {o.length}
assert m([1,2,3] as int []) == 3
It's been fixed, it seems.