function loggingIdentity(arg: Array): Array { console.log(arg.length); // Array has a .length, so no more error return arg;}