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
/
tests
/
testdata
/
run
/
error_025_tab_indent
blob: 35a25bceae095326340f4197f65f021f1d811cbd (
plain
)
1
2
3
4
5
6
7
8
9
function foo() { throw Error("bad"); } function bar() { foo(); } bar();