function newName(param: boolean) { if (param) { return false; } return true; }