summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/nested/nested-source.js
blob: a7b20f015a5738ed3632bac2eb764c706e75520c (plain)
1
2
3
function computeSomething() {
  return 1;
}