let a = "outside"; function n(g = (a = a) => {}) { let a = "inside"; }