blob: 4c4b2bc853ba1160f1130e6dd7b148a3e472e34d [file] [log] [blame]
test();
function test() {
var a = [];
a*=3;
a.length;
}