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

function f() {
  var a = 1; var b = 2;
  var c = 3;
}