the following script fails:
def m(Object[] o) {o.length} assert m([1,2,3] as int []) == 3
It's been fixed, it seems.
It's been fixed, it seems.