Files
Kmake/test/fixtures/v8-coverage/subprocess.js
2026-05-26 23:36:42 -07:00

9 lines
120 B
JavaScript

const a = 99;
setTimeout(() => {
if (false) {
const b = 101;
} else if (false) {
const c = 102;
}
}, 10);