1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 08:54:28 +00:00
Files
UXP/devtools/server/tests/unit/setBreakpoint-on-line-with-multiple-offsets.js
T

8 lines
74 B
JavaScript

"use strict";
function f() {
for (var i = 0; i < 1; ++i) {
;
}
}