summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets.js
blob: 1268cf8db07e54dd32e45ccbd64fa6edfc2b0853 (plain)
1
2
3
4
5
6
7
"use strict";

function f() {
  var a = 1;

  var c = 3;
}