1const a = 99; 2if (true) { 3 const b = 101; 4} else { 5 const c = 102; 6} 7throw new Error('test'); 8