summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/source-map-data/sourcemapped.coffee
blob: 73a400a219d9467919d6e9b43fcecaf7b4e4d34c (plain)
1
2
3
4
5
6
foo = (n) ->
  return "foo" + i for i in [0...n]

[first, second, third] = foo(3)

debugger