blob: f46cb12181e31f5053259c321d8a50cd387a19cf [file] [log] [blame]
function foo( array) {
var i = array.length;
System.out.println(i);
}