Files
Kmake/test/fixtures/debugger/three-lines.js

4 lines
42 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
let x = 1;
x = x + 1;
module.exports = x;