summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-bug_1050691_click_function_to_source.js
blob: 1eddf0d6edfe692145b09fc2d97004c894012a64 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * this
 * is
 * a
 * function
 */
function foo() {
  console.log(foo);
}