blob: ceba0430e94e2851a138a2eaf4523facfda5576f [file] [log] [blame]
function test() {
return Reflect.get({ qux: 987 }, "qux") === 987;
}
if (!test())
throw new Error("Test failed");