blob: 96e64334626d9bdb32838457e313083f957c7ce7 [file] [log] [blame]
function f() {
try {} catch (x) {
return;
} finally {
null.x;
}
}
try {
f();
} catch (x) {}