index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
bundle
/
fixture12.out
blob: 64e2d6cdba1b9df88aa7df37052cec0b6bbc1d23 (
plain
)
1
2
3
4
5
6
7
function a(...d) { return d.join(" "); } function b() { a(); } b();