let a = "outside"; function k([{ g = a }]) { let a = "inside"; return g; }