summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-click-function-to-source.js
blob: c73390bae30cd5877f65ce54957a98ce371e3da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// prettier-ignore

/**
 * this
 * is
 * a
 * function
 */
function foo() {
  console.log(foo);
}