Files

8 lines
96 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
const a = 99;
if (true) {
const b = 101;
} else {
const c = 102;
}
throw new Error('test');