Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-beta-3
-
None
-
None
Description
the following script fails:
def m(Object[] o)
{o.length}assert m([1,2,3] as int []) == 3
the following script fails:
def m(Object[] o)
{o.length}assert m([1,2,3] as int []) == 3