blob: e31d56234c34bd0cfdbe47430d00555338d4dbd9 [file] [log] [blame]
function f(arr) {
var x = arr[0];
if (typeof x) {};
Math.abs(x);
}
f([1.2]);