Files
Kmake/test/fixtures/debugger-repeat-last.js
2026-05-26 23:36:42 -07:00

8 lines
43 B
JavaScript

var a = 1;
var b = 2;
var c = 3;
b = c;