blob: 08b26fdb8ac9dca789d536bb096a5eed5bef0c03 [file] [log] [blame]
let result = eval(`
try {
function captureV() { return v; }
v &&= "abc";
let v = var07;
} catch (e) {
}
`);
if (result !== undefined)
throw new Error("Bad result")