blob: 07e8a033767941ed70587ee83f1e27ffbcf9dbb7 [file] [log] [blame]
var x = 3;
try {
throw "boom";
} catch (x) {}
console.log(x);